mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
bump dockerfile versions
This commit is contained in:
parent
77b2fb93bd
commit
2684c3f83b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.12.0-alpine
|
||||
FROM elixir:1.12.3-alpine
|
||||
|
||||
RUN apk update \
|
||||
&& apk add inotify-tools build-base git ffmpeg ffmpeg-dev npm nodejs file-dev libpng-dev gifsicle optipng libjpeg-turbo-utils librsvg imagemagick postgresql-client wget rust cargo \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.21.1-alpine
|
||||
FROM nginx:1.21.3-alpine
|
||||
ENV APP_DIR /srv/philomena
|
||||
COPY docker/web/nginx.conf /tmp/docker.nginx
|
||||
RUN envsubst '$APP_DIR' < /tmp/docker.nginx > /etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in a new issue