Skip to content

Commit

Permalink
Merge pull request #728 from aledbf/update-nginx-controller
Browse files Browse the repository at this point in the history
Update nginx image
  • Loading branch information
aledbf authored May 18, 2017
2 parents da723f9 + 7ceb0a8 commit c218c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/nginx-slim:0.16
FROM gcr.io/google_containers/nginx-slim:0.17

RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
diffutils \
Expand All @@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \

RUN curl -sSL -o /sbin/tini https://github.com/krallin/tini/releases/download/v0.14.0/tini-amd64 && \
chmod +x /sbin/tini

ENTRYPOINT ["/sbin/tini", "--"]

COPY . /
Expand Down

0 comments on commit c218c3c

Please sign in to comment.