Skip to content

Commit

Permalink
Merge pull request #898 from synclounge/dependabot/docker/node-20.7.0…
Browse files Browse the repository at this point in the history
…-alpine3.18

build(docker): bump node from 16.15.0-alpine3.18 to 20.7.0-alpine3.18
  • Loading branch information
ttshivers authored Sep 25, 2023
2 parents f27ca77 + b9f577a commit 44bbdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Install dependencies
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base environment
FROM node:16.20.2-alpine3.18 as base-stage
FROM node:20.7.0-alpine3.18 as base-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app

Expand Down

0 comments on commit 44bbdc4

Please sign in to comment.