Skip to content

Commit

Permalink
remove openssl pin, ignore hadolint rule for pins (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm authored Dec 2, 2024
1 parent 2fd7d12 commit 28c8b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ COPY entrypoint.sh /entrypoint.sh

WORKDIR "${LABKEY_HOME}"

# hadolint ignore=DL4006
# hadolint ignore=DL4006,DL3008,DL3018
RUN [ -n "${DEBUG}" ] && set -x; \
set -eu; \
\
Expand All @@ -128,7 +128,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \
if echo "${FROM_TAG}" | grep -i 'alpine'; then \
apk update \
&& apk add --no-cache \
openssl=3.1.1-r1 \
openssl \
gettext=0.21.1-r7 \
unzip=6.0-r14 \
curl=8.1.2-r0 \
Expand All @@ -150,7 +150,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \
export DEBIAN_FRONTEND=noninteractive; \
apt-get update; \
apt-get -yq --no-install-recommends install \
openssl=3.0.2-0ubuntu1.18 \
openssl \
gettext-base=0.21-4ubuntu4 \
unzip=6.0-26ubuntu3.1 \
; \
Expand Down

0 comments on commit 28c8b59

Please sign in to comment.