Skip to content

Commit

Permalink
Merge pull request #434 from jenkinsci/updatecli_3163c37ce78b492a837c…
Browse files Browse the repository at this point in the history
…635348c231a604fa36aacadf0453046e5b0ea4311633

Bump Alpine Linux Version to 3.18.2
  • Loading branch information
dduportal committed Jun 18, 2023
2 parents e24640c + b38c341 commit bd84740
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 @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG JAVA_VERSION=17.0.7_7
ARG ALPINE_TAG=3.18.0
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 @@ -62,7 +62,7 @@ variable "ON_TAG" {
}

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

variable "ALPINE_SHORT_TAG" {
Expand Down

0 comments on commit bd84740

Please sign in to comment.