We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eeb1d7 commit de163f6Copy full SHA for de163f6
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17-alpine AS development
+FROM golang:1.18-alpine AS development
2
3
ENV PROJECT_PATH=/chirpstack-gateway-bridge
4
ENV PATH=$PATH:$PROJECT_PATH/build
Dockerfile-devel
-FROM golang:1.17-alpine
+FROM golang:1.18-alpine
0 commit comments