Skip to content

Commit ac8d734

Browse files
Merge pull request #7936 from TheThingsNetwork/dependabot/docker/alpine-3.24
dev: bump alpine from 3.23 to 3.24
2 parents e9e7e6d + f5fd866 commit ac8d734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN rm -rf /srv/ttn-lorawan/lorawan-frequency-plans/.git
1212
COPY data/lorawan-webhook-templates /srv/ttn-lorawan/lorawan-webhook-templates
1313
RUN rm -rf /srv/ttn-lorawan/lorawan-webhook-templates/.git
1414

15-
FROM alpine:3.23
15+
FROM alpine:3.24
1616

1717
RUN addgroup -g 886 thethings && \
1818
adduser -u 886 -S -G thethings thethings && \

0 commit comments

Comments
 (0)