dockerfile maintainer update

pull/168/head^2
Hunter Long 2019-04-19 20:50:19 -07:00
parent 1060e3c698
commit 6744ca3003
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
FROM golang:1.12-alpine as base
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ARG VERSION
ENV DEP_VERSION v0.5.0
RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass
@ -16,7 +16,7 @@ RUN make install
# Statping :latest Docker Image
FROM alpine:latest
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ARG VERSION
ENV IS_DOCKER=true

View File

@ -1,5 +1,5 @@
FROM cypress/browsers:chrome67
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
# Statping 'test' image for running a full test using the production environment
WORKDIR $HOME/statping
@ -12,4 +12,4 @@ RUN npm install
ADD ./statping-linux-amd64 /usr/local/bin/statping
RUN statping version
RUN npm run test-docker
RUN npm run test-docker

View File

@ -1,5 +1,5 @@
FROM alpine
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ENV STATPING_VERSION=0.80.35