Update dependency alpine to v3.16.2 (#59)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/60/head
renovate[bot] 2022-08-09 22:52:09 +01:00 zatwierdzone przez GitHub
rodzic 4c1348f4e1
commit d8dde7cc65
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:latest
FROM alpine:3.16.1 as builder
FROM alpine:3.16.2 as builder
LABEL mainainer='modem7'
COPY requirements.txt /requirements.txt
# mostly taken from https://github.com/borgbackup/borg/blob/1.1.15/Vagrantfile#L10-L26
@ -29,7 +29,7 @@ RUN apk update && apk add --update --no-cache \
RUN python3 -m pip install -v --no-cache-dir -U -r requirements.txt
FROM alpine:3.16.1
FROM alpine:3.16.2
LABEL mainainer='modem7'
ARG PYTHON_VERSION=3.10
VOLUME /mnt/source