Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery committed Mar 25, 2022
1 parent 5fb35ea commit 69f87d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions alpine/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# SPDX-License-Identifier: MIT
#
# pinning builder image to Alpine 3.15.0
# pinning builder image to Alpine 3.15.2
###############################################################
FROM registry.hub.docker.com/library/alpine:3.15.0 AS builder
FROM registry.hub.docker.com/library/alpine:3.15.2 AS builder

###############################################################
# set build args
Expand Down Expand Up @@ -49,9 +49,9 @@ RUN ./buildconf && \
make DESTDIR="/alpine/" install -j$(nproc)

###############################################################
# pinning image to Alpine 3.15.0
# pinning image to Alpine 3.15.2
###############################################################
FROM registry.hub.docker.com/library/alpine:3.15.0
FROM registry.hub.docker.com/library/alpine:3.15.2

ARG CURL_RELEASE_TAG=latest
ARG CURL_RELEASE_VERSION
Expand All @@ -67,7 +67,7 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
LABEL Maintainer="James Fuller <[email protected]>"
LABEL Name="curl"
LABEL Version="${LABEL_VERSION}"
LABEL docker.cmd="docker run -it curl/curl:7.78.0 -s -L http://curl.se"
LABEL docker.cmd="docker run -it curl/curl:7.82.0 -s -L http://curl.se"

###############################################################
# dependencies
Expand Down

0 comments on commit 69f87d7

Please sign in to comment.