Skip to content

Commit

Permalink
Merge pull request #258 from jenkinsci/updatecli_8c0050089ff436ada435…
Browse files Browse the repository at this point in the history
…c67fd7095a0d721cb6a925bf6c8aab059ec18df9d551

Bump Alpine Linux Version to 3.18.2
  • Loading branch information
dduportal authored Jun 18, 2023
2 parents f5d5bb6 + 5712a30 commit 8c78b39
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 @@ -21,7 +21,7 @@
# SOFTWARE.

ARG JAVA_VERSION="17.0.7_7"
ARG ALPINE_TAG=3.17.3
ARG ALPINE_TAG=3.18.2
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

RUN if [ "$TARGETPLATFORM" != 'linux/arm/v7' ]; then \
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "VERSION" {
}

variable "ALPINE_FULL_TAG" {
default = "3.17.3"
default = "3.18.2"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit 8c78b39

Please sign in to comment.