Skip to content

Commit

Permalink
fix: Dockerfile go alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Jan 31, 2025
1 parent 2206ae5 commit 6543c84
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
Expand Up @@ -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.22-alpine AS backend
FROM golang:1.23-alpine AS backend
RUN apk add git
WORKDIR /go/src/github.com/StatCan/jupyter-apis
COPY go.mod .
Expand Down

0 comments on commit 6543c84

Please sign in to comment.