Skip to content

Commit

Permalink
chore(container): update golang docker tag to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Jan 7, 2025
1 parent 0fe07ea commit ff4046a
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.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 /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.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS builder

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

0 comments on commit ff4046a

Please sign in to comment.