Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(images): update golang docker tag to v1.23.2 #35785

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

truecharts-admin
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
golang stage patch 1.23.1-alpine -> 1.23.2-alpine

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@truecharts-admin truecharts-admin added automerge Categorises a PR or issue that references a new App. dep/patch labels Oct 2, 2024
@@ -1,5 +1,5 @@
# Stage 1 - Build the Go application
FROM golang:1.23.1-alpine@sha256:ac67716dd016429be8d4c2c53a248d7bcdf06d34127d3dc451bda6aa5a87bc06 AS builder
FROM golang:1.23.2-alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 AS builder

# Install necessary build dependencies
RUN apk --no-cache add --update gcc musl-dev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [hadolint] <DL3018> reported by reviewdog 🐶
Pin versions in apk add. Instead of apk add <package> use apk add <package>=<version>

@truecharts-admin truecharts-admin enabled auto-merge (squash) October 3, 2024 09:07
@truecharts-admin truecharts-admin merged commit 9787e97 into master Oct 3, 2024
6 of 7 checks passed
@truecharts-admin truecharts-admin deleted the renovate/golang-1.23.x branch October 3, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Categorises a PR or issue that references a new App.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant