Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Update to latest version of alpine (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 9, 2017
1 parent 8903c45 commit 62344d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.7

RUN \
apk add wget ca-certificates --update-cache && \
Expand Down
4 changes: 2 additions & 2 deletions data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.7

RUN \
mkdir -p /var/testlink/upload_area && \
Expand All @@ -7,4 +7,4 @@ RUN \

CMD tail -f /dev/null

VOLUME /var/testlink/upload_area /var/testlink/logs
VOLUME /var/testlink/upload_area /var/testlink/logs
4 changes: 2 additions & 2 deletions php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.7

ENV TIMEZONE UTC
ENV PHP_MEMORY_LIMIT 512M
Expand Down Expand Up @@ -60,4 +60,4 @@ RUN apk update && apk upgrade && \
EXPOSE 9000

# Entry point
ENTRYPOINT ["/usr/bin/php-fpm"]
ENTRYPOINT ["/usr/bin/php-fpm"]

0 comments on commit 62344d1

Please sign in to comment.