Skip to content

Commit

Permalink
feat: bump go to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: zufardhiyaulhaq <[email protected]>
  • Loading branch information
zufardhiyaulhaq committed May 19, 2024
1 parent 325902b commit 84c765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR /home/istio-upgrade-consumer
#################
# Builder image
#################
FROM golang:1.20-bullseye AS builder
FROM golang:1.22-bullseye AS builder

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 84c765a

Please sign in to comment.