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 2ff95cd commit f1da9c5Copy full SHA for f1da9c5
cmd/tesseralctl/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS build
+FROM --platform=$BUILDPLATFORM golang:1.24 AS build
2
3
-RUN apk update && apk add --no-cache git ca-certificates tzdata && update-ca-certificates
+RUN apt update && apt install -y git ca-certificates tzdata && update-ca-certificates
4
5
WORKDIR /work
6
0 commit comments