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 e64789e commit c5bafbeCopy full SHA for c5bafbe
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18-alpine AS development
+FROM golang:1.21-alpine AS development
2
3
ENV PROJECT_PATH=/chirpstack-rest-api
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.18.0 AS production
18
19
RUN apk --no-cache add ca-certificates
20
COPY --from=development /chirpstack-rest-api/build/chirpstack-rest-api /usr/bin/chirpstack-rest-api
Dockerfile-devel
-FROM golang:1.20-alpine
+FROM golang:1.21-alpine
0 commit comments