Skip to content

Commit

Permalink
update dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 13, 2024
1 parent 4e1eaaf commit 1d61852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / package-docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

LABEL org.opencontainers.image.title "OpenSanctions yente"
LABEL org.opencontainers.image.licenses MIT
LABEL org.opencontainers.image.source https://github.com/opensanctions/yente
LABEL org.opencontainers.image.title="OpenSanctions yente"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source="https://github.com/opensanctions/yente"

RUN apt-get -qq -y update \
&& apt-get -y upgrade \
Expand Down

0 comments on commit 1d61852

Please sign in to comment.