Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck authored Nov 20, 2023
1 parent be27b3b commit 0c2b055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vzlogger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.15
#ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.15
ARG BUILD_FROM
FROM $BUILD_FROM
# hadolint ignore=DL3006
FROM ${BUILD_FROM} as builder

Expand Down

0 comments on commit 0c2b055

Please sign in to comment.