Skip to content

Commit 41248ef

Browse files
bryanlattenBryan Latten
andauthored
Dockerfile: updated to base 3.X (#76)
- Also removed explicit maintainer label Co-authored-by: Bryan Latten <[email protected]>
1 parent d165775 commit 41248ef

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM behance/docker-base:2.7-ubuntu-20.04
2-
MAINTAINER Bryan Latten <[email protected]>
1+
FROM behance/docker-base:3.0-ubuntu-20.04
32

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

Dockerfile-alpine

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM behance/docker-base:2.7-alpine
2-
MAINTAINER Bryan Latten <[email protected]>
1+
FROM behance/docker-base:3.0-alpine
32

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

Dockerfile-centos

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM behance/docker-base:2.7-centos
2-
MAINTAINER Bryan Latten <[email protected]>
1+
FROM behance/docker-base:3.0-centos-7
32

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

0 commit comments

Comments
 (0)