Skip to content

Commit 5af2b17

Browse files
authored
Merge pull request #542 from pcjedi/patch-2
chore: bump alpine from 3.20 to 3.23
2 parents 439d860 + 0098502 commit 5af2b17

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
@@ -44,7 +44,7 @@ RUN go build -ldflags="-s -w" -o atmos ./cmd/atmos \
4444
&& go build -ldflags="-s -w" -o tf ./cmd/tf \
4545
&& go build -ldflags="-s -w" -o tofu ./cmd/tofu
4646

47-
FROM alpine:3.20
47+
FROM alpine:3.23
4848
LABEL maintainer="TofuUtils Core Team"
4949

5050
RUN apk add --no-cache git bash openssh

0 commit comments

Comments
 (0)