Skip to content

Commit

Permalink
chore(Dockerfile): update golang version to 1.21-bullseye for the bui…
Browse files Browse the repository at this point in the history
…ld environment
  • Loading branch information
zheli committed Jan 13, 2024
1 parent 60f3cd0 commit 92504f9
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
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20-bullseye AS build-env
FROM --platform=$BUILDPLATFORM golang:1.21-bullseye AS build-env

WORKDIR /src/app/fairyring
COPY go.mod go.sum ./
Expand Down

0 comments on commit 92504f9

Please sign in to comment.