Skip to content

Commit

Permalink
chore: bump Go patch version for builds, bump nri-docker dep (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Jun 27, 2023
1 parent be90666 commit 6248b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.9-bullseye
FROM golang:1.19.10-bullseye

ARG GH_VERSION='2.0.0'
ARG GH_ARCH='amd64'
Expand Down
2 changes: 1 addition & 1 deletion build/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ANSIBLE_INVENTORY_FOLDER_ARG="/srv/runner/inventory/$REF_ARG"
ARG ANSIBLE_INVENTORY_FILE_ARG="inventory.ec2"

ARG ANSIBLE_VERSION="6.5.0"
ARG GO_VERSION="1.19.9"
ARG GO_VERSION="1.19.10"

ENV REF=$REF_ARG
ENV ANSIBLE_INVENTORY="$ANSIBLE_INVENTORY_FOLDER_ARG/$ANSIBLE_INVENTORY_FILE_ARG"
Expand Down

0 comments on commit 6248b7d

Please sign in to comment.