From ded7078bad5481d5152cd5534ca8465b167ac5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:04:48 +0000 Subject: [PATCH] dev: bump alpine from 3.22 to 3.23 Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' 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 d5ee336314..56adf4ee8d 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.22 +FROM alpine:3.23 RUN addgroup -g 886 thethings && \ adduser -u 886 -S -G thethings thethings && \