Update version in dockerfile

This commit is contained in:
Dan Sosedoff 2021-07-07 19:43:07 -05:00
parent 49b6db19eb
commit 3455a89fd5
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -1,6 +1,6 @@
FROM alpine:3.10 FROM alpine:3.10
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>" LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.11.7 ENV PGWEB_VERSION 0.11.8
RUN \ RUN \
apk update && \ apk update && \