Skip to content

Commit

Permalink
Merge pull request Fairblock#97 from zheli/update-dockerfile
Browse files Browse the repository at this point in the history
chore(Dockerfile): update golang version to 1.21-bullseye for the build environment
  • Loading branch information
p0p3yee authored Jan 17, 2024
2 parents 60f3cd0 + 92504f9 commit d59750f
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 d59750f

Please sign in to comment.