Skip to content

Commit

Permalink
Merge pull request #29 from neokeld/main
Browse files Browse the repository at this point in the history
Maintainer instruction is deprecated
  • Loading branch information
PierreBesson authored Feb 20, 2023
2 parents bb77f2d + 70bea96 commit e406c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.12
MAINTAINER Pierre Besson https://github.com/PierreBesson
LABEL maintainer="Pierre Besson https://github.com/PierreBesson"

RUN apk --update add nodejs npm git openssh curl bash inotify-tools jq && \
rm -rf /var/cache/apk/* && \
Expand Down

0 comments on commit e406c66

Please sign in to comment.