Skip to content

Commit

Permalink
Merge pull request #8 from ChihuahuaChain/main
Browse files Browse the repository at this point in the history
Merge from chihuahua
  • Loading branch information
Victor118 authored Jan 8, 2025
2 parents fbe47f3 + 9fced9f commit 12e7cf3
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,6 +1,6 @@
ARG IMG_TAG=latest
ARG PLATFORM="linux/amd64"
ARG GO_VERSION="1.19"
ARG GO_VERSION="1.22"
ARG RUNNER_IMAGE="gcr.io/distroless/static"

FROM --platform=${PLATFORM} golang:${GO_VERSION}-alpine3.18 as builder
Expand Down

0 comments on commit 12e7cf3

Please sign in to comment.