diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc9d2d0db..3f5ca0585 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Lint & Test Build if: github.event_name == 'pull_request' runs-on: ubuntu-22.04 - container: node:18.18.2-alpine + container: node:18.20.8-alpine steps: - name: Checkout uses: actions/checkout@v3 diff --git a/Dockerfile b/Dockerfile index 25b06adc5..5b88ff45c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.18.2-alpine AS BUILD_IMAGE +FROM node:18.20.8-alpine AS BUILD_IMAGE WORKDIR /app @@ -34,7 +34,7 @@ RUN touch config/DOCKER RUN echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > committag.json -FROM node:18.18.2-alpine +FROM node:18.20.8-alpine WORKDIR /app diff --git a/Dockerfile.local b/Dockerfile.local index e27622e02..7ee5bf5d1 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM node:18.18.2-alpine +FROM node:18.20.8-alpine COPY . /app WORKDIR /app