Skip to content

Commit

Permalink
Update ubuntu:24.04 Docker digest to dfc1087
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent cfc6798 commit 0b08e46
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:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee
FROM ubuntu:24.04@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a

ARG PUID=${PUID:-10000}

Check warning on line 3 in Dockerfile

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

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/

0 comments on commit 0b08e46

Please sign in to comment.