diff --git a/next/base/go.Dockerfile b/next/base/go.Dockerfile index ca7aaf8..5df71ea 100644 --- a/next/base/go.Dockerfile +++ b/next/base/go.Dockerfile @@ -1,4 +1,4 @@ -ARG GO_TAG="1.22-bullseye" +ARG GO_TAG="1.23-bullseye" ARG NODE_TAG="20-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM golang:$GO_TAG