From a0e8f90061ccdb6bc48a86b866d4e1390c16dde5 Mon Sep 17 00:00:00 2001 From: fumimowdan Date: Wed, 20 Dec 2023 10:37:34 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ff1006f..25d11ad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,6 @@ RUN apk add --update --no-cache --virtual build-dependances \ rm -rf /usr/local/bundle/cache && \ apk del build-dependances -# Remove once base image has been updated with latest libraries -RUN apk add --no-cache openssl=3.1.4-r1 - COPY package.json yarn.lock ./ RUN yarn install --frozen-lockfile && \ yarn cache clean