We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675a8b1 commit c6129baCopy full SHA for c6129ba
2 files changed
build/docker/Dockerfile
@@ -14,7 +14,7 @@ COPY go.sum .
14
RUN CGO_ENABLED=1 go build -ldflags "-s -w -X main.Version=${VERSION}" -o gorcon ./cmd/gorcon/main.go
15
16
# Stage 2 - Create image.
17
-FROM alpine:latest as runner
+FROM alpine:3.19 as runner
18
LABEL maintainer="Pavel Korotkiy <paul.korotkiy@gmail.com>"
19
20
COPY LICENSE /
build/docker/Dockerfile.goreleaser
@@ -1,4 +1,4 @@
1
-FROM alpine:latest
+FROM alpine:3.19
2
3
4
COPY rcon /rcon
0 commit comments