Skip to content

Commit

Permalink
Merge pull request #199 from theonestack/hotfix/cfndsl-spec-version
Browse files Browse the repository at this point in the history
lock cfndsl version in docker image
  • Loading branch information
aaronwalker committed Apr 16, 2024
2 parents 5309174 + c22f2d3 commit 5f97763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:3-alpine

ARG CFNDSL_SPEC_VERSION=${CFNDSL_SPEC_VERSION:-169.0.0}
ARG CFNDSL_SPEC_VERSION=${CFNDSL_SPEC_VERSION:-149.0.0}

COPY . /src

Expand Down
2 changes: 1 addition & 1 deletion lib/cfhighlander.version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cfhighlander
VERSION="0.13.5".freeze
VERSION="0.13.6".freeze
end

0 comments on commit 5f97763

Please sign in to comment.