Skip to content

Commit 6919b84

Browse files
ATGardnerroi-codefresh
authored andcommitted
updated base image to alpine:3.16
1 parent 51b6dd0 commit 6919b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN --mount=from=binary \
6060
TARGETARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH"); \
6161
cp docker-compose* "/out/docker-compose-${TARGETOS}-${TARGETARCH}${TARGETVARIANT}$(ls docker-compose* | sed -e 's/^docker-compose//')"
6262

63-
FROM alpine:3.15.4 AS compose-plugin
63+
FROM alpine:3.16 AS compose-plugin
6464
WORKDIR /root
6565
COPY --from=make-compose-plugin /out/* /usr/local/bin/
6666

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.2.6
1+
version: 1.2.7

0 commit comments

Comments
 (0)