Update Dockerfile to use debian:bullseye-slim

pull/6434/head
Cody Robibero 3 years ago
parent db0d5b048a
commit 33bf8e34d1

@ -8,7 +8,7 @@ RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine-
&& npm ci --no-audit --unsafe-perm \
&& mv dist /dist
FROM debian:buster-slim as app
FROM debian:bullseye-slim as app
# https://askubuntu.com/questions/972516/debian-frontend-environment-variable
ARG DEBIAN_FRONTEND="noninteractive"

Loading…
Cancel
Save