Skip to content

Commit

Permalink
Update base image version to alpine 3.18.3 (#5909)
Browse files Browse the repository at this point in the history
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com>
  • Loading branch information
zhou1203 committed Sep 7, 2023
1 parent 2c8e423 commit 1dfd79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ks-apiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN mv /workspace/bin/cmd/ks-apiserver ${OUTDIR}/usr/local/bin/
# Final image
#############

FROM alpine:3.16.2
FROM alpine:3.18.3

COPY --from=build_context /out/ /

Expand Down
4 changes: 2 additions & 2 deletions build/ks-controller-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# that can be found in the LICENSE file.

# Download dependencies
FROM alpine:3.16.2 as base_os_context
FROM alpine:3.18.3 as base_os_context

ARG INGRESS_NGINX_VERSION=4.2.5

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN mv /workspace/config/watches.yaml ${OUTDIR}/var/helm-charts/

# Final Image

FROM alpine:3.16.2
FROM alpine:3.18.3

COPY --from=base_os_context /out/ /
COPY --from=build_context /out/ /
Expand Down

0 comments on commit 1dfd79a

Please sign in to comment.