Skip to content

Commit ad82443

Browse files
authored
Update Dockerfile
1 parent ee7e0b6 commit ad82443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine3.20 as builder
1+
FROM golang:1.20.6-alpine3.18 as builder
22

33
WORKDIR $GOPATH/src/github.com/feiyu563/PrometheusAlert
44

@@ -14,7 +14,7 @@ COPY . $GOPATH/src/github.com/feiyu563/PrometheusAlert
1414
RUN make build
1515

1616
# -----------------------------------------------------------------------------
17-
FROM alpine:3.20
17+
FROM alpine:3.18
1818

1919
LABEL maintainer="jikun.zhang"
2020

0 commit comments

Comments
 (0)