Skip to content

Commit

Permalink
patch openssl vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
lalewis1 committed Oct 23, 2024
1 parent 3b5d340 commit 7e592dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ FROM eclipse-temurin:21-jre-alpine AS base
# Set environment variables
ENV JENA_VERSION=5.2.0


# Update system packages, install required tools
RUN apk update && \
apk add --no-cache unzip curl jq bash coreutils
apk add --no-cache unzip curl jq bash coreutils && \
apk upgrade openssl

# Add a user `fuseki` with no password, create a home directory for the user
# -D option for no password, -h for home directory
Expand Down

0 comments on commit 7e592dc

Please sign in to comment.