Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.2 (#95)
Browse files Browse the repository at this point in the history
* chore(deps): update golang docker tag to v1.23.2

* update the docker image to generate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arsene <agandote80@gmail.com>
  • Loading branch information
renovate[bot] and Tochemey authored Oct 6, 2024
1 parent 60aa168 commit 86600e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all:
+golang-base

golang-base:
FROM golang:1.23.1-alpine
FROM golang:1.23.2-alpine

WORKDIR /app
ARG VERSION=dev
Expand Down Expand Up @@ -43,4 +43,4 @@ golang-base:
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
RUN ls -la $(which golangci-lint)

SAVE IMAGE --push tochemey/docker-go:1.22.5-${VERSION}
SAVE IMAGE --push tochemey/docker-go:1.23.2-${VERSION}

0 comments on commit 86600e0

Please sign in to comment.