Skip to content

Commit 9eaf7df

Browse files
docker(deps): bump golang in the docker-images group (#4)
Bumps the docker-images group with 1 update: golang. Updates `golang` from 1.23-alpine to 1.24-alpine --- updated-dependencies: - dependency-name: golang dependency-version: 1.24-alpine dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7f23b2 commit 9eaf7df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.23-alpine AS builder
2+
FROM golang:1.24-alpine AS builder
33

44
# Install git and ca-certificates (needed for fetching dependencies and HTTPS)
55
RUN apk add --no-cache git ca-certificates tzdata file

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Uses Alpine instead of scratch for debugging
33

44
# Build stage - same as production
5-
FROM golang:1.23-alpine AS builder
5+
FROM golang:1.24-alpine AS builder
66

77
# Install git and ca-certificates (needed for fetching dependencies and HTTPS)
88
RUN apk add --no-cache git ca-certificates tzdata file

0 commit comments

Comments
 (0)