Skip to content

Commit

Permalink
dev: bump alpine from 3.19 to 3.21
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent f96b71d commit 77224e3
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 77224e3

Please sign in to comment.