Skip to content

Commit

Permalink
Merge pull request #871 from jenkinsci/updatecli_master_50c84c1269a88…
Browse files Browse the repository at this point in the history
…08873a6f33de98c896fe716228392436bfa5a4d0f4d88795f6a

Bump Alpine Linux Version to 3.20.3
  • Loading branch information
dduportal committed Sep 9, 2024
2 parents b70b49c + 1d22bcf commit fd5d645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG ALPINE_TAG=3.20.2
ARG ALPINE_TAG=3.20.3
FROM alpine:"${ALPINE_TAG}" AS jre-build

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ variable "ON_TAG" {
}

variable "ALPINE_FULL_TAG" {
default = "3.20.2"
default = "3.20.3"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit fd5d645

Please sign in to comment.