1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

chore: Update alpine and vips version

This commit is contained in:
Maksim Eltyshev 2022-11-21 18:11:00 +01:00
parent 002df6ab1f
commit 210d54c7ba

View file

@ -1,7 +1,7 @@
FROM node:lts-alpine
ARG ALPINE_VERSION=3.15
ARG VIPS_VERSION=8.12.2
ARG ALPINE_VERSION=3.16
ARG VIPS_VERSION=8.13.3
RUN apk -U upgrade \
&& apk add \