We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a5b3a commit 320052fCopy full SHA for 320052f
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM golang:1.22.5-bullseye AS build
+FROM golang:1.24.5-bullseye AS build
4
5
# Install build dependencies and librdkafka dependencies
6
RUN apt-get update && apt-get install -y \
0 commit comments