Skip to content

Commit cadbfbe

Browse files
authored
Merge branch 'main' into thepwagner-patch-1
2 parents a38aeab + 44c98e8 commit cadbfbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2 AS deb
1+
FROM golang:1.24.3 AS deb
22
WORKDIR /app
33
COPY go.mod .
44
COPY go.sum .
@@ -9,7 +9,7 @@ RUN [ "go", "test", "-v", "./internal/cli/...", "-run", "TestGenerate_InstallDeb
99

1010
# This line also determines the golang version used for GitHub Actions CI
1111
# Use the qualified image name, so Dependabot treats this separate from "golang" above.
12-
FROM docker.io/library/golang:1.24.2-alpine AS apk
12+
FROM docker.io/library/golang:1.24.3-alpine AS apk
1313
ENV CGO_ENABLED=0
1414
WORKDIR /app
1515
COPY go.mod .

0 commit comments

Comments
 (0)