Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Dec 18, 2024
1 parent bada3e0 commit d4fd7e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion linux/jdk/alpine/src/main/packaging/temurin/8/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Maintainer: Eclipse Adoptium Package Maintainers <[email protected]>
# Alpine Build
pkgname=temurin-8-jdk
pkgver=8.432.06
# replace 8. with 8u and .01 with b-01
Expand Down
2 changes: 1 addition & 1 deletion linux/jre/alpine/src/main/packaging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CONTAINER_REGISTRY=""

FROM ${CONTAINER_REGISTRY}alpine
FROM ${CONTAINER_REGISTRY}alpine:3.19
ENV GOSU_VERSION 1.14

RUN set -eux; \
Expand Down

0 comments on commit d4fd7e3

Please sign in to comment.