Skip to content

Commit

Permalink
Update to docker base image eclipse-temurin:17.0.11_9-jre-alpine
Browse files Browse the repository at this point in the history
Add opencontainer labels
  • Loading branch information
bertrik committed May 29, 2024
1 parent db4d125 commit 6189cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM eclipse-temurin:17.0.10_7-jre-alpine
FROM eclipse-temurin:17.0.11_9-jre-alpine

LABEL maintainer="Bertrik Sikken bertrik@gmail.com"
LABEL org.opencontainers.image.source="https://github.com/bertrik/ttn-sondehub-bridge"
LABEL org.opencontainers.image.licenses="MIT"

ADD ttn-sondehub-bridge/build/distributions/ttn-sondehub-bridge.tar /opt/

Expand Down

0 comments on commit 6189cbf

Please sign in to comment.