Skip to content

Commit

Permalink
chore(deps): update all dependencies on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 4413042 commit a7b0468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/emtectl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### builder ###
FROM golang:1.20 as builder
FROM golang:1.22 as builder
WORKDIR /workspace
COPY go.mod go.mod
COPY go.sum go.sum
Expand All @@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
-ldflags "-s -w" -tags osusergo,netgo -a -o emtectl ./cmd/emtectl

### runner ###
FROM alpine:3.18
FROM alpine:3.20

LABEL org.opencontainers.image.authors="Shota Kitazawa, Kohei Ota"
LABEL org.opencontainers.image.url="https://github.com/cloudnativedaysjp/emtec-ecu"
Expand Down
2 changes: 1 addition & 1 deletion cmd/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### builder ###
FROM golang:1.20 as builder
FROM golang:1.22 as builder
WORKDIR /workspace
COPY go.mod go.mod
COPY go.sum go.sum
Expand Down

0 comments on commit a7b0468

Please sign in to comment.