Skip to content

Commit

Permalink
Avoid complainings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Sep 17, 2024
1 parent e46360b commit 58efb68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

ARG image
ARG image=20.04
FROM ubuntu:${image}
LABEL MAINTAINER Matt Godbolt <matt@godbolt.org>
LABEL maintainer="Matt Godbolt <matt@godbolt.org>"
ARG image # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 58efb68

Please sign in to comment.