From 548f5e62cff7fcf53adb5ac02a44659b88455fdf Mon Sep 17 00:00:00 2001 From: "Julia.Hayward" Date: Thu, 21 Jan 2021 14:52:30 +0000 Subject: [PATCH] Undo specific versions --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index b59c092..d9332b1 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:16-alpine -RUN apk --no-cache add --update bash=4.4.19-r1 openssl=1.1.1g-r0 +RUN apk --no-cache add --update bash openssl # Add the flyway user and step in the directory RUN addgroup flyway \