Skip to content

Commit

Permalink
Update ubuntu:24.04 Docker digest to 8a37d68
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 3145168 commit 5532854
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
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:a68b7d8b873b955e10337a18c79334a9d95dced834f85714890aa5ed7f6b2692
FROM ubuntu:24.04@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee

ARG PUID=${PUID:-10000}

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PUID' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PUID' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
ARG PGID=${PGID:-10000}

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PGID' (did you mean $PUID?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$PGID' (did you mean $PUID?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Expand Down

0 comments on commit 5532854

Please sign in to comment.