Skip to content

Commit

Permalink
update openssl (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia authored Nov 17, 2023
1 parent 137f1cb commit eef3f87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ 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
Expand All @@ -41,4 +44,4 @@ RUN RAILS_ENV=production \
rm -rf node_modules tmp && \
apk del yarn nodejs

CMD ./bin/app-startup.sh
CMD ./bin/app-startup.sh

0 comments on commit eef3f87

Please sign in to comment.