Skip to content

Commit

Permalink
Bump golang from 1.22.5-alpine to 1.23.0-alpine (#139)
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.5-alpine to 1.23.0-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent a3c80ac commit a211577
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 golang:1.22.5 as build-env
FROM golang:1.23.0 as build-env

ARG ACTION_VERSION=unknown
ARG REVIVE_VERSION=v1.3.9
Expand All @@ -13,7 +13,7 @@ COPY . .

RUN go install -ldflags="-X 'main.version=${ACTION_VERSION}'"

FROM golang:1.22.5-alpine
FROM golang:1.23.0-alpine

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

0 comments on commit a211577

Please sign in to comment.