Skip to content

Commit 24c9a39

Browse files
committed
Try node 20
1 parent cdf54cf commit 24c9a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine AS build
1+
FROM node:20-alpine AS build
22

33
WORKDIR /app
44
COPY . /app
@@ -19,7 +19,7 @@ RUN set -ex \
1919
&& chown -R node:node /app \
2020
&& chmod +r /app/privkey.pem
2121

22-
FROM node:22-alpine AS final
22+
FROM node:20-alpine AS final
2323
LABEL \
2424
org.opencontainers.image.title="http-https-echo" \
2525
org.opencontainers.image.description="Docker image that echoes request data as JSON; listens on HTTP/S, with various extra features, useful for debugging." \

0 commit comments

Comments
 (0)