Skip to content

Commit 2ea79c8

Browse files
committed
Update the maintainer email address
1 parent 7967683 commit 2ea79c8

File tree

113 files changed

+113
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+113
-113
lines changed

4.2/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:16.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
# Install related packages and set LLVM 3.8 as the compiler

4.2/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:18.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
# Install related packages and set LLVM 3.9 as the compiler

5.0/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:16.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN apt-get -q update && \

5.0/ubuntu/16.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:16.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \

5.0/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:18.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \

5.0/ubuntu/18.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:18.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \

5.1/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:16.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \

5.1/ubuntu/16.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:16.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \

5.1/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:18.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \

5.1/ubuntu/18.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:18.04
2-
LABEL maintainer="Swift Infrastructure <[email protected]>"
2+
LABEL maintainer="Swift Infrastructure <swift-infrastructure@forums.swift.org>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \

0 commit comments

Comments
 (0)