Skip to content

Commit

Permalink
Update builder image to sha-499dae4-slim
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Garcia <[email protected]>
  • Loading branch information
luigi311 committed Oct 10, 2024
1 parent c1afc6e commit 718d0fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"image": "ghcr.io/luigi311/tanoshi-builder:sha-2c3aeb0-slim",
"image": "ghcr.io/luigi311/tanoshi-builder:sha-499dae4-slim",

// Features to add to the dev container. More info: https://containers.dev/features.
//"features": {},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build-web:
runs-on: ubuntu-latest
container:
image: ghcr.io/luigi311/tanoshi-builder:sha-2c3aeb0-slim
image: ghcr.io/luigi311/tanoshi-builder:sha-499dae4-slim
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM luigi311/tanoshi-builder:sha-2c3aeb0-slim AS base
FROM luigi311/tanoshi-builder:sha-499dae4-slim AS base

# Frontend planner
FROM base AS planner
Expand Down

0 comments on commit 718d0fc

Please sign in to comment.