Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/fortidynasync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM scratch AS git
ARG VERSION
ADD --chown=1000:1000 https://github.com/JJGadgets/FortiDynaSync.git#${VERSION} /git

FROM ghcr.io/astral-sh/uv:0.5.26-debian-slim AS build
FROM ghcr.io/astral-sh/uv:0.5.26-debian-slim@sha256:5ad2072d1f547eaee5ef5e68666c63198c9153f3d5ad9beef8aa094ba1510030 AS build
USER 1000:1000
WORKDIR /app
ENV UV_NO_CACHE=true
Expand Down
Loading