Skip to content

Commit

Permalink
Update Dockerfile to specify Docker syntax and add check for secrets …
Browse files Browse the repository at this point in the history
…usage

- Added Docker syntax version and a check directive to the Dockerfile to enhance security and maintainability.
  • Loading branch information
jaydrogers committed Jan 9, 2025
1 parent 8175f07 commit 5403295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
# check=skip=SecretsUsedInArgOrEnv
FROM ubuntu:24.04

ARG FTP_USER=proftpd_user
Expand Down

0 comments on commit 5403295

Please sign in to comment.