Skip to content

Commit

Permalink
build(deps): Bump the dev image to match deps
Browse files Browse the repository at this point in the history
If the go.mod file says you need 1.22, then the Docker image needs
to reflect that.
  • Loading branch information
hanssto committed Oct 2, 2024
1 parent a21ce6a commit 7381cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3
FROM golang:1.22.8

LABEL org.opencontainers.image.source https://github.com/slok/sloth

Expand Down

0 comments on commit 7381cac

Please sign in to comment.