Skip to content

Commit 50c7d6d

Browse files
Update golang Docker tag to v1.24.5 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5680d5 commit 50c7d6d

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,4 +1,4 @@
1-
FROM golang:1.24.4-alpine AS build_deps
1+
FROM golang:1.24.5-alpine AS build_deps
22

33
RUN apk add --no-cache git
44

Dockerfile_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.4
1+
FROM golang:1.24.5
22

33
RUN apt-get update && apt-get install -y git bzr ca-certificates curl gcc
44

0 commit comments

Comments
 (0)