Skip to content

Commit

Permalink
docker/github: switch to jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 28, 2023
1 parent f045e59 commit 2b1674b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
NODE_VERSION: ["18"]
BASE: ["focal"]
BASE: ["jammy"]
FLAVOR: ["full", "lite", "thin"]
steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
BASE: ["18-focal-full", "18-focal-lite", "18-focal-thin"]
BASE: ["18-jammy-full", "18-jammy-lite", "18-jammy-thin"]
SUPERVISOR: ["", ".s6"]
steps:
- name: Check out the repo
Expand Down

0 comments on commit 2b1674b

Please sign in to comment.