We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dab19 commit 3c2a211Copy full SHA for 3c2a211
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.6.1-alpine as compiler
+FROM node:21.7.3-alpine as compiler
2
3
RUN mkdir -p /usr/local/source
4
WORKDIR /usr/local/source
@@ -10,7 +10,7 @@ COPY ./src ./src
10
RUN npm run build
11
12
13
-FROM node:20.6.1-alpine
+FROM node:21.7.3-alpine
14
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
15
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
16
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"
0 commit comments