From efa77fe69c0383c9bfbce63b73c20766f9e5f850 Mon Sep 17 00:00:00 2001 From: Arne Luenser Date: Mon, 3 Apr 2023 12:21:41 +0200 Subject: [PATCH] chore: bump alpine version --- Dockerfile | 2 +- Dockerfile-alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7651782f60..6e3d7cc12e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # To compile this image manually run: # # $ make docker -FROM alpine:3.17.2 +FROM alpine:3.17.3 RUN apk --no-cache --update-cache --upgrade --latest add ca-certificates diff --git a/Dockerfile-alpine b/Dockerfile-alpine index ce6cb4c392..d50f844cb0 100644 --- a/Dockerfile-alpine +++ b/Dockerfile-alpine @@ -1,7 +1,7 @@ # To compile this image manually run: # # $ make docker -FROM alpine:3.17.2 +FROM alpine:3.17.3 RUN addgroup -S ory; \ adduser -S ory -G ory -D -H -s /bin/nologin