Skip to content

Commit

Permalink
Bumpet node version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-summermatter committed Feb 21, 2024
1 parent 7558040 commit 38ff491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release latest docker image
on:
pull_request: {}
push:
branches: [f/node-v16]
branches: [f/node-v18]

jobs:
docker:
Expand All @@ -27,4 +27,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: ${{ github.event_name == 'push' }}
tags: ghcr.io/wepublish/node:16.1
tags: ghcr.io/wepublish/node:18.1
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.18.1-alpine
FROM node:18.19.1-alpine

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit 38ff491

Please sign in to comment.