Skip to content

Commit

Permalink
Merge pull request #7437 from TheThingsNetwork/dependabot/docker/alpi…
Browse files Browse the repository at this point in the history
…ne-3.21

dev: bump alpine from 3.19 to 3.21
  • Loading branch information
johanstokking authored Dec 10, 2024
2 parents 1c52800 + 9948b40 commit 5e29950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.19
FROM alpine:3.21

RUN addgroup -g 886 thethings && adduser -u 886 -S -G thethings thethings

Expand Down

0 comments on commit 5e29950

Please sign in to comment.