Skip to content

Commit a7b0468

Browse files
chore(deps): update all dependencies on docker
1 parent 4413042 commit a7b0468

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/emtectl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### builder ###
2-
FROM golang:1.20 as builder
2+
FROM golang:1.22 as builder
33
WORKDIR /workspace
44
COPY go.mod go.mod
55
COPY go.sum go.sum
@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
1313
-ldflags "-s -w" -tags osusergo,netgo -a -o emtectl ./cmd/emtectl
1414

1515
### runner ###
16-
FROM alpine:3.18
16+
FROM alpine:3.20
1717

1818
LABEL org.opencontainers.image.authors="Shota Kitazawa, Kohei Ota"
1919
LABEL org.opencontainers.image.url="https://github.com/cloudnativedaysjp/emtec-ecu"

cmd/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### builder ###
2-
FROM golang:1.20 as builder
2+
FROM golang:1.22 as builder
33
WORKDIR /workspace
44
COPY go.mod go.mod
55
COPY go.sum go.sum

0 commit comments

Comments
 (0)