Skip to content

Commit 320052f

Browse files
Update golang Docker tag to v1.24.5
1 parent b8a5b3a commit 320052f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM golang:1.22.5-bullseye AS build
3+
FROM golang:1.24.5-bullseye AS build
44

55
# Install build dependencies and librdkafka dependencies
66
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)