Skip to content

Commit

Permalink
Use more recent version of golang in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarkk committed Jul 28, 2024
1 parent 5c0bb73 commit 0da131f
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 @@ -9,7 +9,7 @@ WORKDIR /app

RUN npm i && npm run build

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22

WORKDIR /usr/src/app

Expand Down

0 comments on commit 0da131f

Please sign in to comment.