Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
dadangnh committed Jan 11, 2021
1 parent bd0cc61 commit 17bec62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ services:
- "${RABBITMQ_MANAGEMENT}:15672"
- "${RABBITMQ_PORT}:5672"
labels:
NAME: "rabbitmq1"
NAME: "rabbitmq1"
4 changes: 2 additions & 2 deletions docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.8
FROM alpine:latest

MAINTAINER Vincent Composieux <vincent.composieux@gmail.com>
MAINTAINER Dadang NH <project@dadangnh.com>

RUN rm -rf /var/cache/apk/* && \
rm -rf /tmp/*
Expand Down
5 changes: 2 additions & 3 deletions docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.8
FROM alpine:latest

LABEL maintainer="Vincent Composieux <vincent.composieux@gmail.com>"
LABEL maintainer="Dadang NH <project@dadangnh.com>"

RUN rm -rf /var/cache/apk/* && \
rm -rf /tmp/*
Expand Down Expand Up @@ -41,7 +41,6 @@ RUN apk add --update \
php7-sqlite3 \
php7-sodium \
php7-redis \
php7-mongodb \
make \
curl

Expand Down

0 comments on commit 17bec62

Please sign in to comment.