Skip to content

Commit ded7078

Browse files
dev: bump alpine from 3.22 to 3.23
Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0357c0 commit ded7078

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.22
15+
FROM alpine:3.23
1616

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

0 commit comments

Comments
 (0)