From f5fd8662dd40cabdcfbc21fb9079b54cf82d7821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:53:05 +0000 Subject: [PATCH] dev: bump alpine from 3.23 to 3.24 Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56adf4ee8d..57b1ebb012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN rm -rf /srv/ttn-lorawan/lorawan-frequency-plans/.git COPY data/lorawan-webhook-templates /srv/ttn-lorawan/lorawan-webhook-templates RUN rm -rf /srv/ttn-lorawan/lorawan-webhook-templates/.git -FROM alpine:3.23 +FROM alpine:3.24 RUN addgroup -g 886 thethings && \ adduser -u 886 -S -G thethings thethings && \