Skip to content

Commit

Permalink
Merge pull request jenkinsci#1680 from jenkinsci/feat/alpine-3.18.3
Browse files Browse the repository at this point in the history
feat(docker-bake.hcl) bump Alpine Linux to 3.18.3
  • Loading branch information
dduportal committed Aug 8, 2023
2 parents ad61095 + a0ea0eb commit bd2bf7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="11.0.20_8"
ARG ALPINE_TAG=3.18.0
ARG ALPINE_TAG=3.18.3
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

# Generate smaller java runtime without unneeded files
Expand Down
2 changes: 1 addition & 1 deletion 17/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="17.0.8_7"
ARG ALPINE_TAG=3.18.0
ARG ALPINE_TAG=3.18.3
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

# Generate smaller java runtime without unneeded files
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ variable "COMMIT_SHA" {
}

variable "ALPINE_FULL_TAG" {
default = "3.18.0"
default = "3.18.3"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit bd2bf7a

Please sign in to comment.