Skip to content

Commit 576f23e

Browse files
authored
Merge pull request #53 from bryanlatten/feature-base21-update
Dockerfile: updating to latest parent
2 parents 472a626 + 4f6f6e2 commit 576f23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-base:2.0
1+
FROM behance/docker-base:2.1
22
MAINTAINER Bryan Latten <[email protected]>
33

44
ENV CONTAINER_ROLE=web \

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-base:2.0-alpine
1+
FROM behance/docker-base:2.1-alpine
22
MAINTAINER Bryan Latten <[email protected]>
33

44
# Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed

0 commit comments

Comments
 (0)