Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 8718758

Browse files
authored
Merge pull request #501 from philips-software/dependabot/docker/golang-1.24.4-alpine
Bump golang from 1.24.1-alpine to 1.24.4-alpine
2 parents 787585f + ccc9566 commit 8718758

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine as builder
1+
FROM golang:1.24.4-alpine as builder
22
RUN apk --no-cache add git
33
WORKDIR /build
44
COPY go.mod .

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine
1+
FROM golang:1.24.4-alpine
22
RUN apk add --no-cache git openssh gcc musl-dev
33

44
WORKDIR /src

0 commit comments

Comments
 (0)