Skip to content

Commit

Permalink
upgrade to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonjp committed Oct 30, 2015
1 parent 96e8551 commit 76ecc15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mutterio/mini-base

ENV VERSION=v4.2.1
ENV VERSION=v5.0.0

RUN apk add --update curl make gcc g++ python linux-headers paxctl \
libgcc libstdc++ && \
Expand Down
2 changes: 1 addition & 1 deletion slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mutterio/mini-base

ENV VERSION=v4.2.1
ENV VERSION=v5.0.0
ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include

RUN apk add --update curl make gcc g++ python linux-headers paxctl \
Expand Down

0 comments on commit 76ecc15

Please sign in to comment.