Skip to content

Commit

Permalink
Merge pull request #102 from bwbohl/ftr/switch-baseimage
Browse files Browse the repository at this point in the history
Switch to eclipse-temurin as baseimage
  • Loading branch information
bwbohl authored Feb 13, 2025
2 parents 4aaa472 + e88c640 commit 6391669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
# against the sigstore community Fulcio instance.
# run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
- name: Sign the images with GitHub OIDC Token
if: ${{ github.event_name != 'pull_request' }}
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Download base image
FROM openjdk:8-jre-slim
FROM eclipse-temurin:8

# LABEL about this image
LABEL maintainer="[email protected]"
Expand Down

0 comments on commit 6391669

Please sign in to comment.