Changing deprecated MAINTAINER field to LABEL MAINTAINER in Dockerfile
This commit is contained in:
parent
6993abd6a6
commit
4f3af9eecb
|
|
@ -1,5 +1,5 @@
|
||||||
FROM golang:1.19-alpine as builder
|
FROM golang:1.19-alpine as builder
|
||||||
MAINTAINER FullStory Engineering
|
LABEL MAINTAINER="FullStory Engineering"
|
||||||
|
|
||||||
# create non-privileged group and user
|
# create non-privileged group and user
|
||||||
RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
|
RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue