Skip to content

Commit 0b3c6bb

Browse files
authored
Merge pull request #12 from maxkratz/feature/change-dockerfile-email-address
Changes the email address in the docker file
2 parents 2ff64ad + 337e85e commit 0b3c6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use ubuntu 24.04
22
FROM ubuntu:24.04
3-
LABEL maintainer="Max Kratz <account@maxkratz.com>"
3+
LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
ENV DEBIAN_FRONTEND=noninteractive
55

66
# Update and install various packages

0 commit comments

Comments
 (0)