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 3fae05b commit 5d4c0d5Copy full SHA for 5d4c0d5
Dockerfile
@@ -14,7 +14,7 @@ WORKDIR $PROJECT_PATH
14
RUN make dev-requirements
15
RUN make
16
17
-FROM alpine:latest AS production
+FROM alpine:3.11.2 AS production
18
19
RUN apk --no-cache add ca-certificates
20
COPY --from=development /chirpstack-gateway-bridge/build/chirpstack-gateway-bridge /usr/bin/chirpstack-gateway-bridge
0 commit comments