Skip to content

Commit

Permalink
Merge pull request #133 from octo-node/patch-5
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
woof-chihuahua authored Mar 7, 2025
2 parents 8a80270 + d6a67ee commit ada240e
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 @@ -3,7 +3,7 @@ ARG PLATFORM="linux/amd64"
ARG GO_VERSION="1.23"
ARG RUNNER_IMAGE="gcr.io/distroless/static"

FROM --platform=${PLATFORM} golang:${GO_VERSION}-alpine3.18 as builder
FROM --platform=${PLATFORM} golang:${GO_VERSION}-alpine3.20 AS builder
WORKDIR /src/app/
COPY go.mod go.sum* ./
RUN go mod download
Expand Down

0 comments on commit ada240e

Please sign in to comment.