Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 4413042 commit f4e1e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.21 as builder
WORKDIR /workspace
COPY go.mod go.mod
COPY go.sum go.sum
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.21 as builder
WORKDIR /workspace
COPY go.mod go.mod
COPY go.sum go.sum
Expand Down

0 comments on commit f4e1e3a

Please sign in to comment.