Skip to content

Commit

Permalink
Update ubuntu:24.04 Docker digest to 80dd3c3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 6f1fc00 commit 98e8939
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:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
FROM ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab

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 98e8939

Please sign in to comment.