Skip to content

Commit

Permalink
Merge pull request #75 from gocd-contrib/dependabot/docker/gocd/gocd-…
Browse files Browse the repository at this point in the history
…agent-docker-dind-v22.1.0

Bump gocd/gocd-agent-docker-dind from v21.4.0 to v22.1.0
  • Loading branch information
chadlwilson authored Mar 25, 2022
2 parents a126bcb + 5426be5 commit fd5727c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dind
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gocd/gocd-agent-docker-dind:v21.4.0
FROM gocd/gocd-agent-docker-dind:v22.1.0

USER root
RUN apk add --no-cache ruby-rake ruby-dev build-base && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.extensionsapp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gocd/gocd-agent-docker-dind:v21.4.0
FROM gocd/gocd-agent-docker-dind:v22.1.0
MAINTAINER GoCD Team <[email protected]>

RUN apk add --no-cache python3 groff && \
Expand Down

0 comments on commit fd5727c

Please sign in to comment.