Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Update Node & Deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Oct 13, 2023
1 parent 7b6cf4b commit 1e38606
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-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
IMAGE_OWNER: kimbtechnologies
IMAGE_NAME: wbo
BASE_IMAGE: library/node:16-alpine
BASE_IMAGE: library/node:20-alpine

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

# setup node
WORKDIR /opt/app
Expand Down

0 comments on commit 1e38606

Please sign in to comment.