Skip to content

Commit

Permalink
chore(deps): use go 1.21.11 in docker image (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Jun 10, 2024
1 parent 5385f29 commit 4608f72
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 ghcr.io/blinklabs-io/go:1.21.10-1 AS build
FROM ghcr.io/blinklabs-io/go:1.21.11-1 AS build

WORKDIR /code
COPY . .
Expand Down

0 comments on commit 4608f72

Please sign in to comment.