Skip to content

Commit

Permalink
[#1766] Made alpine version statically for temporarily for Strapi Doc…
Browse files Browse the repository at this point in the history
…kerfile
  • Loading branch information
anjarakvo committed Dec 20, 2023
1 parent 6cc9dc0 commit d9677e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18-alpine3.18
# Installing libvips-dev for sharp Compatibility
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev git
ARG NODE_ENV=development
Expand Down

0 comments on commit d9677e7

Please sign in to comment.