Skip to content

Commit

Permalink
Merge branch 'master' into remove-preview-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 27, 2024
2 parents 2ad0fc1 + ed718cb commit 9d5caa4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
update_release_draft:
runs-on: ubuntu-latest
if: github.repository_owner == 'jenkinsci'
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
updatecli:
runs-on: ubuntu-latest
if: github.repository_owner == 'jenkinsci'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion 11/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.19.0
ARG ALPINE_TAG=3.19.1
ARG JAVA_VERSION=11.0.22_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion 21/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.19.0
ARG ALPINE_TAG=3.19.1
ARG JAVA_VERSION=21.0.2_13
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

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 "COMMIT_SHA" {
}

variable "ALPINE_FULL_TAG" {
default = "3.19.0"
default = "3.19.1"
}

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit 9d5caa4

Please sign in to comment.