Skip to content

Commit

Permalink
Bump go version in docker (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless authored Apr 24, 2024
1 parent 05b5f74 commit 20342a0
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 @@ -5,7 +5,7 @@
# Note that multistage builds can leverage the tag applied (at build
# time) to this container

FROM --platform=linux/amd64 golang:1.20 AS golauncherbuild
FROM --platform=linux/amd64 golang:1.21 AS golauncherbuild
LABEL maintainer="engineering@kolide.co"

# fake data or not?
Expand Down

0 comments on commit 20342a0

Please sign in to comment.