Skip to content

Commit f1da9c5

Browse files
committed
Update Dockerfile
1 parent 2ff95cd commit f1da9c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/tesseralctl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS build
1+
FROM --platform=$BUILDPLATFORM golang:1.24 AS build
22

3-
RUN apk update && apk add --no-cache git ca-certificates tzdata && update-ca-certificates
3+
RUN apt update && apt install -y git ca-certificates tzdata && update-ca-certificates
44

55
WORKDIR /work
66

0 commit comments

Comments
 (0)