Skip to content

Commit

Permalink
update libssl and openssl versions (#3728)
Browse files Browse the repository at this point in the history
<!-- Ensure the PR title reflects the feature or bug name -->

## What was the problem?
<!-- brief description of how things worked before this PR -->

Associated tickets or Slack threads:
- #?

## How does this fix it?[^1]
<!-- description of how things will work after this PR -->

## How to test this PR
- Step 1
- Step 2[^secrel]


[^1]: [Pull-Requests
guidelines](https://github.com/department-of-veterans-affairs/abd-vro/wiki/Pull-Requests).
If PR is significant, update [Current Software
State](https://github.com/department-of-veterans-affairs/abd-vro/wiki/Current-Software-State)
wiki page.
[^secrel]: To check if a PR will succeed in the SecRel workflow, [test
PRs in the SecRel
pipeline](https://github.com/department-of-veterans-affairs/abd-vro-internal/wiki/Secure-Release-process#to-test-prs-in-the-secrel-pipeline).
  • Loading branch information
brostk authored Nov 12, 2024
2 parents a01d4ed + 5a67dd5 commit 3e2d8e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ USER root
# Upgrade libssl3 and openssl to the specific version
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libssl3=3.0.14-1~deb12u2 \
openssl=3.0.14-1~deb12u2 \
libssl3=3.0.15-1~deb12u1 \
openssl=3.0.15-1~deb12u1 \
&& rm -rf /var/lib/apt/lists/*

# Change ownership and permissions of configuration files
Expand Down
2 changes: 1 addition & 1 deletion svc-bgs-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ruby:3.3.6-alpine3.19
# https://www.cloudbees.com/blog/build-minimal-docker-container-ruby-apps

# hadolint ignore=DL3018
RUN apk update && apk upgrade && apk --no-cache add git ruby-dev=3.2.4-r0 curl-dev build-base=0.5-r3 openssl && rm -rf /var/cache/apk/*
RUN apk update && apk upgrade && apk --no-cache add git ruby-dev=3.2.6-r0 curl-dev build-base=0.5-r3 openssl && rm -rf /var/cache/apk/*

WORKDIR /app

Expand Down

0 comments on commit 3e2d8e4

Please sign in to comment.