1
0
mirror of https://gitlab.com/jarylc/docker-duoauthproxy.git synced 2026-03-22 20:15:08 +00:00

use the latest version of alpine possible instead of the oldest

This commit is contained in:
Jaryl Chng
2025-04-24 21:51:08 +08:00
parent b6725e4ece
commit 375e36d279
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
ARG PYTHON_VERSION
ARG ALPINE_VERSION
FROM alpine:${ALPINE_VERSION} AS builder
ARG PYTHON_VERSION
ARG VERSION
ARG CHECKSUM
ARG CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1