Skip to content

Commit

Permalink
[release] promoting to 5.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Tilghman committed Mar 12, 2019
1 parent c873078 commit 6439abe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch

MAINTAINER Datadog <[email protected]>

ARG AGENT_VERSION_ARG=1:5.32.0-1
ARG AGENT_VERSION_ARG=1:5.32.1-1
ARG AGENT_REPO_ARG=http://apt.datad0g.com/
ARG AGENT_REPO_CHANNEL_ARG=stable

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.6

MAINTAINER Datadog <[email protected]>

ARG AGENT_VERSION_ARG=5.32.0
ARG AGENT_VERSION_ARG=5.32.1

ENV DD_HOME=/opt/datadog-agent \
# prevent the agent from being started after install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dogstatsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch

MAINTAINER Datadog <[email protected]>

ARG AGENT_VERSION_ARG=1:5.32.0-1
ARG AGENT_VERSION_ARG=1:5.32.1-1
ARG AGENT_REPO_ARG=http://apt.datad0g.com/
ARG AGENT_REPO_CHANNEL_ARG=stable

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dogstatsd-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.6

MAINTAINER Datadog <[email protected]>

ARG AGENT_VERSION_ARG=5.32.0
ARG AGENT_VERSION_ARG=5.32.1

ENV DD_HOME=/opt/datadog-agent \
DOCKER_DD_AGENT=yes \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-jmx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch

MAINTAINER Datadog <[email protected]>

ARG AGENT_VERSION_ARG=1:5.32.0-1
ARG AGENT_VERSION_ARG=1:5.32.1-1
ARG AGENT_REPO_ARG=http://apt.datad0g.com/
ARG AGENT_REPO_CHANNEL_ARG=stable

Expand Down

0 comments on commit 6439abe

Please sign in to comment.