Skip to content

Commit

Permalink
Merge branch 'master' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Nov 8, 2024
2 parents 7884a49 + f2c18b0 commit 1c47e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.2 AS build-env
FROM --platform=$BUILDPLATFORM golang:1.23.3 AS build-env

ARG VERSION

Expand All @@ -13,7 +13,7 @@ COPY . .
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH \
go build -ldflags="-X 'main.version=${VERSION}'"

FROM ghcr.io/mgechev/revive:1.4.0
FROM ghcr.io/mgechev/revive:1.5.0

LABEL repository="https://github.com/morphy2k/revive-action"
LABEL homepage="https://github.com/morphy2k/revive-action"
Expand Down

0 comments on commit 1c47e25

Please sign in to comment.