Skip to content

Commit

Permalink
build: Pin golang version to 1.21 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
janyksteenbeek committed Dec 25, 2023
1 parent d99276a commit 9a8ad8a
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,4 +1,4 @@
FROM golang:latest
FROM golang:1.21

RUN apt-get update && apt-get install -y wget gnupg2 \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down

0 comments on commit 9a8ad8a

Please sign in to comment.