Skip to content

Commit

Permalink
build(deps): bump node from 18.17-alpine to 18.18-alpine (safe-global…
Browse files Browse the repository at this point in the history
…#713)

Bumps node from 18.17-alpine to 18.18-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hector Gómez Varela <[email protected]>
  • Loading branch information
dependabot[bot] and hectorgomezv authored Sep 26, 2023
1 parent 6d1360b commit 39b6b3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.17.x'
node-version: '18.18.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run format-check
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.17.x'
node-version: '18.18.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run lint-check
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.17.x'
node-version: '18.18.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run build
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# BUILD CONTAINER
#
FROM node:18.17 as base
FROM node:18.18 as base
ENV NODE_ENV production
WORKDIR /app
COPY --chown=node:node .yarn/releases ./.yarn/releases
Expand All @@ -15,7 +15,7 @@ RUN yarn run build
#
# PRODUCTION CONTAINER
#
FROM node:18.17-alpine as production
FROM node:18.18-alpine as production
USER node

ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Requirements

- Node 18.17.0 – https://nodejs.org/en/
- Node 18.18.0 – https://nodejs.org/en/
- Docker Compose – https://docs.docker.com/compose/

## Installation
Expand Down

0 comments on commit 39b6b3d

Please sign in to comment.