Skip to content

Commit

Permalink
upgrade Go version in docker image to 1.22 (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Apr 12, 2024
1 parent 3741852 commit af6a8b7
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
@@ -1,5 +1,5 @@
# Start with a golang base
FROM golang:1.21-bullseye AS base
FROM golang:1.22-bullseye AS base

# Install core tools
RUN apt-get update &&\
Expand Down

0 comments on commit af6a8b7

Please sign in to comment.