diff --git a/deployments/gostwire/Dockerfile b/deployments/gostwire/Dockerfile index 88077f2..89ce580 100644 --- a/deployments/gostwire/Dockerfile +++ b/deployments/gostwire/Dockerfile @@ -10,7 +10,7 @@ # image versions. ARG ALPINE_VERSION=3.19 ARG ALPINE_PATCH=1 -ARG GO_VERSION=1.21.7 +ARG GO_VERSION=1.22.2 ARG NODE_VERSION=21 # Go build settings