From 3aba4ddf4ee4081de8ca671bda850fb30184b400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Tue, 19 Jul 2022 00:03:41 +0200 Subject: [PATCH] fix --- docker-socket-proxy/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-socket-proxy/Dockerfile b/docker-socket-proxy/Dockerfile index 7bcab1e..5781924 100755 --- a/docker-socket-proxy/Dockerfile +++ b/docker-socket-proxy/Dockerfile @@ -44,10 +44,10 @@ RUN \ tar \ xz && \ apk add --no-cache \ - libcrypto1.1=1.1.1o-r0 \ - libssl1.1=1.1.1o-r0 \ - musl-utils=1.2.3-r0 \ - musl=1.2.3-r0 && \ + libcrypto1.1 \ + libssl1.1 \ + musl-utils \ + musl && \ apk add --no-cache \ bash \ curl \