Skip to content

upgrading libgnutls and react-router#124

Merged
bwang-icf merged 5 commits into
masterfrom
brandon/BB2-4941-dependency-upgrades
Jun 26, 2026
Merged

upgrading libgnutls and react-router#124
bwang-icf merged 5 commits into
masterfrom
brandon/BB2-4941-dependency-upgrades

Conversation

@bwang-icf

@bwang-icf bwang-icf commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

JIRA Ticket:
BB2-4941

What Does This PR Do?

Upgrades some libraries to their latest versions

What Should Reviewers Watch For?

Any breaking site changes when running locally

Validation

cd into the repo
docker compose up
You should see that the project gets built and is accessible from localhost:3000
Complete an auth flow process

@ryan-morosa ryan-morosa self-assigned this Jun 24, 2026
Comment thread server/Dockerfile

RUN apt-get update \
&& apt-get install -y libgnutls30=3.7.9-2+deb12u7
RUN apt-get update && \

@ryan-morosa ryan-morosa Jun 24, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to update libcap2 in this one too - it looks like an old version still when I go into the container and run dpkg -l | grep libcap2 I get 1:2.66-4+deb12u2+b2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably huddle briefly tomorrow but I'm still getting 1:2.66-4+deb12u2+b2 in the server container for libcap2

@ryan-morosa ryan-morosa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me!

@bwang-icf bwang-icf merged commit ea90d4c into master Jun 26, 2026
3 checks passed
@bwang-icf bwang-icf deleted the brandon/BB2-4941-dependency-upgrades branch June 26, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants