Skip to content

Commit

Permalink
Merge pull request #728 from safe-global/release-1.8.1
Browse files Browse the repository at this point in the history
Backmerge release 1.8.1
  • Loading branch information
fmrsabino authored Oct 4, 2023
2 parents 242ff24 + 3304057 commit 59ba23d
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.18.x'
node-version: '18.17.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.18.x'
node-version: '18.17.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.18.x'
node-version: '18.17.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.18 as base
FROM node:18.17 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.18-alpine as production
FROM node:18.17-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.18.0 – https://nodejs.org/en/
- Node 18.17.0 – https://nodejs.org/en/
- Docker Compose – https://docs.docker.com/compose/

## Installation
Expand Down

0 comments on commit 59ba23d

Please sign in to comment.