Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Bump alpine from 3.12 to 3.13.0 (#206)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.12 to 3.13.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2021
1 parent 4af8a1d commit a8feed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG BASE="fpm-alpine"
###########################

# full kimai source
FROM alpine:3.12 AS git-dev
FROM alpine:3.13.0 AS git-dev
ARG KIMAI="1.11.1"
# I need to do this check somewhere, we discard all but the checkout so doing here doesn't hurt
ADD test-kimai-version.sh /test-kimai-version.sh
Expand Down

0 comments on commit a8feed7

Please sign in to comment.