Skip to content

Commit

Permalink
Update to Ubuntu 24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pazdziora committed Aug 5, 2024
1 parent e2a90cd commit a035ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
docker-compose-keycloak:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: make build
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:22.04
FROM docker.io/library/ubuntu:24.04
RUN apt update -y && apt install -y curl jq && apt clean
COPY setup.sh mellon_sp_metadata.xml /
STOPSIGNAL SIGKILL
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile.test-client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:22.04
FROM docker.io/library/ubuntu:24.04
RUN apt update -y && apt install -y libwww-mechanize-perl libhttp-cookiejar-perl && apt clean
COPY test.pl /
STOPSIGNAL SIGKILL

0 comments on commit a035ecc

Please sign in to comment.