Skip to content

Commit

Permalink
fix: docker file (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy authored Dec 6, 2023
1 parent 09ede24 commit 1c765fa
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 @@ -14,7 +14,7 @@ COPY . /web/
ENV NODE_OPTIONS=--max_old_space_size=2048
RUN npm run build

FROM golang:alpine AS gobuilder
FROM golang:1.21-alpine AS gobuilder

LABEL stage=gobuilder

Expand Down

0 comments on commit 1c765fa

Please sign in to comment.