We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4909586 commit 89fe86cCopy full SHA for 89fe86c
Dockerfile
@@ -1,5 +1,5 @@
1
# Copy binary stage
2
-FROM --platform=$BUILDPLATFORM alpine:3.20.0 as binary
+FROM --platform=$BUILDPLATFORM alpine:3.22.2 as binary
3
4
ARG TARGETPLATFORM
5
@@ -20,7 +20,7 @@ RUN case "$TARGETPLATFORM" in \
20
esac;
21
22
# Final stage
23
-FROM alpine:3.20.0
+FROM alpine:3.22.2
24
25
COPY --from=binary /usr/bin/chirpstack-packet-multiplexer /usr/bin/chirpstack-packet-multiplexer
26
USER nobody:nogroup
0 commit comments