Skip to content

Commit 8d18549

Browse files
authored
build: move LABEL directive in Dockerfile (#269)
1 parent 4205382 commit 8d18549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-format-docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
LABEL org.opencontainers.image.description clang-format image
2-
31
ARG UBUNTU_VERSION
42
FROM ubuntu:${UBUNTU_VERSION}
53

64
ARG CLANG_FORMAT_VERSION
75

6+
LABEL org.opencontainers.image.description clang-format image
7+
88
RUN apt-get update \
99
&& apt-get install --no-install-recommends -y \
1010
clang-format-${CLANG_FORMAT_VERSION} \

0 commit comments

Comments
 (0)