Skip to content

Commit

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

dev: bump alpine from 3.18 to 3.19
  • Loading branch information
adriansmares authored Dec 12, 2023
2 parents 986e564 + 0ec8bc6 commit fe47976
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.18
FROM alpine:3.19

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

Expand Down

0 comments on commit fe47976

Please sign in to comment.