Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump JDK17 version to 17.0.13_11 #462

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Bump JDK17 default ARG version on Alpine Dockerfile
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Oct 28, 2024
commit 6bd84e263759b55383f4450e2921e55476eee6ef
4 changes: 2 additions & 2 deletions 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.12_7
ARG JAVA_VERSION=17.0.13_11
ARG ALPINE_TAG=3.20.3
FROM alpine:"${ALPINE_TAG}" AS jre-build

Expand All @@ -33,7 +33,7 @@ ARG TARGETPLATFORM
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
COPY jdk-download.sh /usr/bin/local/jdk-download.sh

ARG JAVA_VERSION=17.0.12_7
ARG JAVA_VERSION=17.0.13_11
# hadolint ignore=DL3018
RUN apk add --no-cache \
ca-certificates \
Expand Down