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 && \