Skip to content

Commit

Permalink
Merge pull request #2 from troll-os/openex-featurebranch-actions
Browse files Browse the repository at this point in the history
made java versions and packages coherent
  • Loading branch information
troll-os authored Feb 15, 2024
2 parents a3870b5 + f44bd9b commit 8c55cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
branch: v3.18
packages: >
nodejs npm git tini gcc g++ make musl-dev cargo default-jre maven postfix postfix-pcre
nodejs npm git tini gcc g++ make musl-dev cargo openjdk21-jdk maven postfix postfix-pcre
- name: Setup Node.js
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_ga
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:19-jdk-alpine AS app
FROM openjdk:21-jdk-slim AS app

WORKDIR /opt
RUN apk add tini git
Expand Down

0 comments on commit 8c55cc8

Please sign in to comment.