Skip to content

Commit

Permalink
feat: improve Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Jan 5, 2024
1 parent fe85144 commit 75ea142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
ARG DEVICE_NAME

FROM resin/${DEVICE_NAME}-openjdk
FROM resin/${DEVICE_NAME}-openjdk:latest

LABEL maintainer="Felix Boerner <[email protected]>"

ARG HA_BRIDGE_VERSION

WORKDIR /ha-bridge

# hadolint ignore=DL3059
RUN [ "cross-build-start" ]

RUN curl \
Expand Down

0 comments on commit 75ea142

Please sign in to comment.