Skip to content

Commit

Permalink
build: update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Apr 19, 2024
1 parent 97386bc commit 0d631f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM alpine:3.19 AS base

# hadolint ignore=DL3018
RUN apk add --no-cache --update nodejs=18.18.2-r0
RUN apk add --no-cache --update nodejs=20.12.1-r0

WORKDIR /action

Expand All @@ -16,7 +16,7 @@ ENTRYPOINT [ "node" ]
FROM base AS build

# hadolint ignore=DL3018
RUN apk add --no-cache npm=9.6.6-r0
RUN apk add --no-cache npm=10.2.5-r0

# slience npm
# hadolint ignore=DL3059
Expand Down

0 comments on commit 0d631f7

Please sign in to comment.