Skip to content

Commit

Permalink
docker: use new LABEL format
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Oct 25, 2024
1 parent 943e09c commit 2b36d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN touch dummy.txt && \

# Build runtime image
FROM mcr.microsoft.com/dotnet/runtime:8.0.8-alpine3.20
LABEL com.centurylinklabs.watchtower.enable true
LABEL com.centurylinklabs.watchtower.enable=true
WORKDIR /app
RUN apk add --no-cache git redis openssh
RUN git config --global --add safe.directory /app/Lists/Private
Expand Down

0 comments on commit 2b36d4b

Please sign in to comment.