Skip to content

Commit

Permalink
Dockerfile: updated to base 3.X (#76)
Browse files Browse the repository at this point in the history
- Also removed explicit maintainer label

Co-authored-by: Bryan Latten <latten@adobe.com>
  • Loading branch information
bryanlatten and Bryan Latten authored Jan 20, 2021
1 parent d165775 commit 41248ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM behance/docker-base:2.7-ubuntu-20.04
MAINTAINER Bryan Latten <latten@adobe.com>
FROM behance/docker-base:3.0-ubuntu-20.04

# Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed
# Used with alternative CMD (worker.sh), leverages supervisor to maintain long-running processes
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM behance/docker-base:2.7-alpine
MAINTAINER Bryan Latten <latten@adobe.com>
FROM behance/docker-base:3.0-alpine

# Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed
# Used with alternative CMD (worker.sh), leverages supervisor to maintain long-running processes
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-centos
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM behance/docker-base:2.7-centos
MAINTAINER Bryan Latten <latten@adobe.com>
FROM behance/docker-base:3.0-centos-7

# Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed
# Used with alternative CMD (worker.sh), leverages supervisor to maintain long-running processes
Expand Down

0 comments on commit 41248ef

Please sign in to comment.