Skip to content

Commit a144c3d

Browse files
committed
test
1 parent 2c52fff commit a144c3d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ FROM alpine:3.19 AS base
44

55
# hadolint ignore=DL3018
66
RUN apk add --no-cache --update \
7-
nodejs=18.18.2-r0 \
8-
git=2.40.1-r0 \
9-
openssh=9.3_p2-r0 \
10-
ca-certificates=20230506-r0 \
11-
ruby-bundler=2.4.15-r0 \
12-
bash=5.2.15-r5
7+
nodejs \
8+
git \
9+
openssh \
10+
ca-certificates \
11+
ruby-bundler \
12+
bash
1313

1414
WORKDIR /action
1515

@@ -18,7 +18,7 @@ WORKDIR /action
1818
FROM base AS build
1919

2020
# hadolint ignore=DL3018
21-
RUN apk add --no-cache npm=9.6.6-r0
21+
RUN apk add --no-cache npm
2222

2323
# slience npm
2424
# hadolint ignore=DL3059

0 commit comments

Comments
 (0)