Skip to content

Commit

Permalink
go 1.22.8 for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Nov 14, 2024
1 parent 6caff0a commit 5b90ea7
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,5 +1,5 @@
# ============= Compilation Stage ================
FROM golang:1.22.7-bullseye AS builder
FROM golang:1.22.8-bullseye AS builder

WORKDIR /build
# Copy and download avalanche dependencies using go mod
Expand Down

0 comments on commit 5b90ea7

Please sign in to comment.