Add exiftool and upgrade pg

This commit is contained in:
sn0w 2021-08-13 10:56:12 +02:00
parent c19fb6a6d3
commit 65fe5d85c2
No known key found for this signature in database
GPG Key ID: 9A3716D1EE03D1A9
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ RUN \
build-base cmake file-dev \ build-base cmake file-dev \
&& \ && \
apk add --no-cache --virtual .runtime \ apk add --no-cache --virtual .runtime \
imagemagick ffmpeg \ imagemagick ffmpeg exiftool \
elixir erlang erlang-dev elixir erlang erlang-dev
# Add entrypoint # Add entrypoint

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
db: db:
image: postgres:10-alpine image: postgres:13-alpine
init: true init: true
restart: unless-stopped restart: unless-stopped
environment: { environment: {