Changing deprecated MAINTAINER field to LABEL MAINTAINER in Dockerfile

This commit is contained in:
Alex Oberhauser 2022-12-18 19:58:44 -05:00
parent 6993abd6a6
commit 4f3af9eecb
No known key found for this signature in database
GPG Key ID: 7255778117FC5E36
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM golang:1.19-alpine as builder
MAINTAINER FullStory Engineering
LABEL MAINTAINER="FullStory Engineering"
# create non-privileged group and user
RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl