Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
- Upstream image: openresty/openresty:1.13.6.2-1-alpine (Alpine 3.8)
- Docker 18.06.1-ce
- Gomplate 3.0.0
  • Loading branch information
lmakarov committed Oct 1, 2018
1 parent 5c5de6c commit 06427b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openresty/openresty:alpine
FROM openresty/openresty:1.13.6.2-1-alpine

RUN set -xe; \
apk add --update --no-cache \
Expand All @@ -13,9 +13,9 @@ RUN set -xe; \
addgroup -S nginx; \
adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx

ARG DOCKER_VERSION=18.03.1-ce
ARG DOCKER_VERSION=18.06.1-ce
ARG DOCKER_GEN_VERSION=0.7.4
ARG GOMPLATE_VERSION=2.6.0
ARG GOMPLATE_VERSION=3.0.0

# Install docker client binary (if not mounting binary from host)
RUN set -xe; \
Expand Down

0 comments on commit 06427b4

Please sign in to comment.