Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# All credit goes to Yves Blusseau, Nicolas Duchon, and all the contributors of the original Github repository
FROM arm32v7/golang:1.15.6-alpine AS go-builder
FROM arm32v7/golang:1.20.1-alpine AS go-builder

ENV DOCKER_GEN_VERSION=0.7.4

Expand Down