Skip to content

Commit

Permalink
update to node:20-bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
kaka committed Feb 8, 2024
1 parent ef1eab2 commit bae02b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Build and release container
on:
workflow_dispatch:
schedule:
- cron: '2 6 26 * *'
- cron: '1 2 3 * *'
push:
branches:
- "main"
- "master"
paths-ignore:
- "*.md"
- LICENCE
- TRANSLATION
- .gitea/**
- .github/**
- .gitlab-ci.yml

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:16-bookworm
FROM docker.io/node:20-bookworm
RUN curl -fsSL https://get.docker.com | bash
RUN apt update -y
RUN apt install -y jq zip
Expand Down

0 comments on commit bae02b1

Please sign in to comment.