1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-17 20:17:48 +02:00

Update Dockerfile

This commit is contained in:
DarthSim 2021-09-30 20:20:47 +06:00
parent 70840467d0
commit 64448d78ad

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE_VERSION="v1.4.0"
ARG BASE_IMAGE_VERSION="v3.0.0"
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
@ -13,6 +13,7 @@ FROM debian:bullseye-slim
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends \
bash \
ca-certificates \