Skip to content

Commit

Permalink
[UPDATED]-Alphine and node updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ndasanayaka committed Jun 5, 2024
1 parent cdc3fe6 commit 6f6adff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
node-version: 16
node-version: 18
# Work around https://github.com/actions/checkout/issues/290
- run: git fetch --force --tags

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: actions/cache@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.9 as builder
FROM alpine:3.17.7 as builder
WORKDIR /app

RUN apk update
Expand Down

0 comments on commit 6f6adff

Please sign in to comment.