From cdc3fe6553d349f2585a222d4d09be69683dbca0 Mon Sep 17 00:00:00 2001 From: Nishanthi Dasanayaka Date: Wed, 5 Jun 2024 13:56:20 +1000 Subject: [PATCH] [UPADED]-node and alpine version --- .github/workflows/build.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 185b932..3b4d2a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,13 +12,13 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - node-version: 18 + node-version: 16 # Work around https://github.com/actions/checkout/issues/290 - run: git fetch --force --tags - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 - uses: actions/cache@v3 env: diff --git a/Dockerfile b/Dockerfile index 6ee1174..cc72e3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17.7 as builder +FROM alpine:3.16.9 as builder WORKDIR /app RUN apk update