Skip to content

Commit

Permalink
Update tools versions (#32)
Browse files Browse the repository at this point in the history
* use latest aws cli and alpine version

* remove update

* Update checkout as Node.js 16 actions are deprecated

* Update release-drafter to Node.js 20

* Change upload asset to use softprops/action-gh-release

* remove array of files

* update tools versions
  • Loading branch information
biltong authored Feb 14, 2024
1 parent 1554bae commit 193b9a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ARG TOOLBOX_VERSION
ENV TOOLBOX_VERSION="${TOOLBOX_VERSION}"
ENV TOOLBOX_HOME=/usr/local/share/toolbox

ARG TERRAFORM_VERSION=1.1.7
ARG SHELLCHECK_VERSION=0.8.0
ARG SHFMT_VERSION=3.4.3
ARG YQ_VERSION=4.22.1
ARG SCHMA_VERSION=0.0.1
ARG SNYK_VERSION=1.873.0
ARG BUILDKITE_AGENT_VERSION=3.34.0
ARG TERRAFORM_VERSION=1.7.3
ARG SHELLCHECK_VERSION=0.9.0
ARG SHFMT_VERSION=3.8.0
ARG YQ_VERSION=4.40.7
ARG SCHMA_VERSION=1.0.0
ARG SNYK_VERSION=1.1279.0
ARG BUILDKITE_AGENT_VERSION=3.62.0

# Install OS packages
RUN apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion lib/buildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source /dev/null
_bk_pipeline_slug="${BUILDKITE_PIPELINE_SLUG:-$(basename "$(pwd)")}"

# Version of https://github.com/buildkite-plugins/artifacts-buildkite-plugin to use.
_bk_artifacts_plugin_version=v1.4.0
_bk_artifacts_plugin_version=v1.9.3

##
## Print the Buildkite pipeline to stdout.
Expand Down

0 comments on commit 193b9a0

Please sign in to comment.