Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Jan 2, 2025
1 parent c929a98 commit 59d80a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine
FROM golang:1.23-alpine
WORKDIR /app
ENV GATEWAY_CONFORMANCE_HOME=/app \
GOCACHE=/go/cache
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ipns_records/generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module generator

go 1.23
go 1.23.4

require (
github.com/ipfs/boxo v0.26.0
Expand Down

0 comments on commit 59d80a7

Please sign in to comment.