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 6cb0d35 commit 50dcaabCopy full SHA for 50dcaab
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19.1-alpine AS development
+FROM golang:1.19.3-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.15.0 AS production
+FROM alpine:3.17.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.19.1-alpine
+FROM golang:1.19.3-alpine
0 commit comments