We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4413042 commit a7b0468Copy full SHA for a7b0468
cmd/emtectl/Dockerfile
@@ -1,5 +1,5 @@
1
### builder ###
2
-FROM golang:1.20 as builder
+FROM golang:1.22 as builder
3
WORKDIR /workspace
4
COPY go.mod go.mod
5
COPY go.sum go.sum
@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
13
-ldflags "-s -w" -tags osusergo,netgo -a -o emtectl ./cmd/emtectl
14
15
### runner ###
16
-FROM alpine:3.18
+FROM alpine:3.20
17
18
LABEL org.opencontainers.image.authors="Shota Kitazawa, Kohei Ota"
19
LABEL org.opencontainers.image.url="https://github.com/cloudnativedaysjp/emtec-ecu"
cmd/server/Dockerfile
0 commit comments