Docker git version: fix versio, update alpine

This commit is contained in:
Alexey Sokolov
2021-06-30 10:00:55 +01:00
parent 71321a2be8
commit c97e2b1820
2 changed files with 2 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View File

@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.13
ARG VERSION_EXTRA=""