Skip to content

Commit

Permalink
chore(upgrades): OS Upgrades (#10044)
Browse files Browse the repository at this point in the history
* chore(upgrades): OS Upgrades

* feat: Switch JDK to the JRE and use 17

---------

Co-authored-by: ovidiupopa07 <[email protected]>
  • Loading branch information
jasonmcintosh and ovidiupopa07 authored Nov 6, 2023
1 parent c7d804c commit d17ec1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM openjdk:11-slim
FROM alpine:3.18
RUN apk add --update \
openjdk17-jre-headless \

RUN apt-get update && apt-get install -y \
git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:jammy
LABEL maintainer="[email protected]"

WORKDIR /opt/deck
Expand Down

0 comments on commit d17ec1a

Please sign in to comment.