We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439d860 commit 0098502Copy full SHA for 0098502
Dockerfile
@@ -44,7 +44,7 @@ RUN go build -ldflags="-s -w" -o atmos ./cmd/atmos \
44
&& go build -ldflags="-s -w" -o tf ./cmd/tf \
45
&& go build -ldflags="-s -w" -o tofu ./cmd/tofu
46
47
-FROM alpine:3.20
+FROM alpine:3.23
48
LABEL maintainer="TofuUtils Core Team"
49
50
RUN apk add --no-cache git bash openssh
0 commit comments