Skip to content

Commit

Permalink
dockerfile: change deprecated maintainer syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Sep 9, 2020
1 parent fc79b85 commit 0008657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM golang:1.14 as build
MAINTAINER Will Norris <will@willnorris.com>
LABEL maintainer="Will Norris <will@willnorris.com>"

RUN useradd -u 1001 go

Expand Down

0 comments on commit 0008657

Please sign in to comment.