From 35c18c49040e94085dfd074672c96e2cf2e57ef3 Mon Sep 17 00:00:00 2001 From: EveningStarlight Date: Fri, 31 Jan 2025 10:04:43 -0500 Subject: [PATCH] fix: update docker golang --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c2deeda..d13017b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN npm run build -- --output-path=./dist/rok --configuration=rok-prod RUN ./node_modules/.bin/ng build --configuration production --localize # Stage 1: Build with the golang image -FROM golang:1.20-alpine AS backend +FROM golang:1.22-alpine AS backend RUN apk add git WORKDIR /go/src/github.com/StatCan/jupyter-apis COPY go.mod .