Skip to content

Commit 19e431a

Browse files
renovate-botMrFabio
authored andcommitted
Update golang Docker tag to v1.24.5
1 parent 08e77b6 commit 19e431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url-shortener/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.24.1-alpine AS builder
2+
FROM golang:1.24.5-alpine AS builder
33

44
# Install git and ca-certificates (needed for go mod download)
55
RUN apk add --no-cache git ca-certificates

0 commit comments

Comments
 (0)