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 ee7e0b6 commit ad82443Copy full SHA for ad82443
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-alpine3.20 as builder
+FROM golang:1.20.6-alpine3.18 as builder
2
3
WORKDIR $GOPATH/src/github.com/feiyu563/PrometheusAlert
4
@@ -14,7 +14,7 @@ COPY . $GOPATH/src/github.com/feiyu563/PrometheusAlert
14
RUN make build
15
16
# -----------------------------------------------------------------------------
17
-FROM alpine:3.20
+FROM alpine:3.18
18
19
LABEL maintainer="jikun.zhang"
20
0 commit comments