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 7f7976e commit 7b2da80Copy full SHA for 7b2da80
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:21.7.3-alpine AS compiler
+FROM node:23.8.0-alpine AS compiler
2
3
RUN mkdir -p /usr/local/source
4
WORKDIR /usr/local/source
@@ -11,7 +11,7 @@ COPY ./src ./src
11
RUN npm run build
12
13
14
-FROM node:21.7.3-alpine
+FROM node:23.8.0-alpine
15
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
16
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
17
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"
0 commit comments