Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 3d864b9

Browse files
author
Manuel Proß
committed
fix(development): specify version of alpine in Dockerfile to avoid building error
1 parent d08aa8b commit 3d864b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:alpine3.17
22
# Installing libvips-dev for sharp Compatibility
33
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev git
44
ARG NODE_ENV=development

0 commit comments

Comments
 (0)