Skip to content

Commit

Permalink
chore(container): update golang docker tag to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Nov 13, 2024
1 parent 01b4991 commit 09afd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/apps/charts-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ RUN \

# Install golang

COPY --from=golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f /usr/local/go/ /usr/local/go/
COPY --from=golang:1.23.3@sha256:c2d828fd49c47ed2b9192d2dbffed83052d8a21af465056d732c3de0d756f217 /usr/local/go/ /usr/local/go/

ENV GOPATH /go

Check warning on line 195 in containers/apps/charts-ci/Dockerfile

View workflow job for this annotation

GitHub Actions / containers-build / Build (charts-ci)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV PATH $GOPATH/bin:$PATH

Check warning on line 196 in containers/apps/charts-ci/Dockerfile

View workflow job for this annotation

GitHub Actions / containers-build / Build (charts-ci)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down
2 changes: 1 addition & 1 deletion containers/apps/kube-sa-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1 - Build the Go application
FROM golang:1.23.2-alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 AS builder
FROM golang:1.23.3-alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder

# Install necessary build dependencies
RUN apk --no-cache add --update gcc musl-dev
Expand Down

0 comments on commit 09afd40

Please sign in to comment.