From 2046ce999a40848166263895aa9680d001ed58f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 09:42:00 +0000 Subject: [PATCH] chore(deps): bump alwatr/alpine from 3.17 to 3.18.4 in /tdlib Bumps [alwatr/alpine](https://github.com/Alwatr/containers) from 3.17 to 3.18.4. - [Commits](https://github.com/Alwatr/containers/commits) --- updated-dependencies: - dependency-name: alwatr/alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tdlib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdlib/Dockerfile b/tdlib/Dockerfile index 48c6883..89f6e5c 100644 --- a/tdlib/Dockerfile +++ b/tdlib/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/alpine:3.17 +FROM ghcr.io/alwatr/alpine:3.18.4 ARG TDLIB_VERSION=1.8.0 RUN set -ex; \