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 87553df commit eef33fcCopy full SHA for eef33fc
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.16-alpine AS development
+FROM golang:1.17-alpine AS development
2
3
ENV PROJECT_PATH=/chirpstack-gateway-bridge
4
ENV PATH=$PATH:$PROJECT_PATH/build
@@ -14,7 +14,7 @@ WORKDIR $PROJECT_PATH
14
RUN make dev-requirements
15
RUN make
16
17
-FROM alpine:3.13.2 AS production
+FROM alpine:3.15.0 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
Dockerfile-devel
-FROM golang:1.16-alpine
+FROM golang:1.17-alpine
0 commit comments