From bc40846dada3da4ab08b4522e9f45514dbc76443 Mon Sep 17 00:00:00 2001 From: Sergiy Kulanov Date: Wed, 3 Jan 2024 10:29:17 +0200 Subject: [PATCH] chore: Update alpine image to the latest stable (#35) Signed-off-by: Sergiy Kulanov Change-Id: If31d1ca4471b81076c87a4a0bbf1df9fe41c6866 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40a26a2a..97891fad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3 +FROM alpine:3.18.5 ENV ASSETS_DIR=/usr/local/bin \ HOME=/home/codebase-operator \ @@ -8,7 +8,7 @@ ENV ASSETS_DIR=/usr/local/bin \ USER_UID=1001 RUN apk add --no-cache ca-certificates=20230506-r0 \ - openssh-client==9.3_p2-r0 \ + openssh-client==9.3_p2-r1 \ git==2.40.1-r0 RUN adduser -h ${HOME} -s /bin/ash -D -u ${USER_UID} codebase-operator