Skip to content

Commit

Permalink
chore: bump Go to 1.21 in Dockerfile (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Jul 3, 2024
1 parent 5b5ea97 commit e7a5bd3
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 @@
# BUILD IMAGE --------------------------------------------------------
FROM golang:1.20 as builder
FROM golang:1.21 as builder

WORKDIR /app
COPY . .
Expand Down

0 comments on commit e7a5bd3

Please sign in to comment.