Skip to content

Commit

Permalink
Bump alpine from 3.11.6 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.11.6 to 3.12.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and mriedmann committed Jul 2, 2020
1 parent d6a1300 commit 9d5bd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG HUMHUB_VERSION=1.5.2

FROM composer:1.10.8 as builder-composer

FROM alpine:3.11.6 as builder
FROM alpine:3.12.0 as builder

ARG HUMHUB_VERSION

Expand Down Expand Up @@ -59,7 +59,7 @@ RUN grunt build-assets

RUN rm -rf ./node_modules

FROM alpine:3.11.6
FROM alpine:3.12.0

ARG HUMHUB_VERSION

Expand Down

0 comments on commit 9d5bd39

Please sign in to comment.