Skip to content

Commit

Permalink
Update ubuntu:24.04 Docker digest to a68b7d8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2024
1 parent 3c272c2 commit 3145168
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:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
FROM ubuntu:24.04@sha256:a68b7d8b873b955e10337a18c79334a9d95dced834f85714890aa5ed7f6b2692

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/
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/
Expand Down

0 comments on commit 3145168

Please sign in to comment.