Browse Source

Change of arguments

pull/119/head
Rob Harrison 7 years ago
parent
commit
5e598216ee
  1. 2
      postgres-backup-s3/Dockerfile

2
postgres-backup-s3/Dockerfile

@ -1,8 +1,6 @@
FROM alpine:3.7
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
ARG DOCKER_API_VERSION
ADD install.sh install.sh
RUN sh install.sh && rm install.sh

Loading…
Cancel
Save