deploy-stack 0.17.11 → 0.17.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deploy-stack",
3
- "version": "0.17.11",
3
+ "version": "0.17.12",
4
4
  "description": "Provision production-ready AWS infrastructure and CI/CD pipelines in seconds.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -34,6 +34,7 @@ ENV RAILS_ENV=production \
34
34
  # Explicitly patch Ruby's default gems and remove their legacy gemspecs so Trivy ignores them
35
35
  RUN apk update && apk upgrade --no-cache && \
36
36
  apk add --no-cache postgresql-libs tzdata && \
37
+ apk add --no-cache --virtual .build-deps build-base zlib-dev && \
37
38
  gem install erb net-imap resolv rexml uri zlib && \
38
39
  rm -f /usr/local/lib/ruby/gems/*/specifications/default/erb-*.gemspec \
39
40
  /usr/local/lib/ruby/gems/*/specifications/default/net-imap-*.gemspec \
@@ -41,6 +42,7 @@ RUN apk update && apk upgrade --no-cache && \
41
42
  /usr/local/lib/ruby/gems/*/specifications/default/rexml-*.gemspec \
42
43
  /usr/local/lib/ruby/gems/*/specifications/default/uri-*.gemspec \
43
44
  /usr/local/lib/ruby/gems/*/specifications/default/zlib-*.gemspec && \
45
+ apk del .build-deps && \
44
46
  rm -rf /var/cache/apk/*
45
47
 
46
48
  # Create unprivileged user
@@ -4629,6 +4629,7 @@ ENV RAILS_ENV=production \\
4629
4629
  # Explicitly patch Ruby's default gems and remove their legacy gemspecs so Trivy ignores them
4630
4630
  RUN apk update && apk upgrade --no-cache && \\
4631
4631
  apk add --no-cache postgresql-libs tzdata && \\
4632
+ apk add --no-cache --virtual .build-deps build-base zlib-dev && \\
4632
4633
  gem install erb net-imap resolv rexml uri zlib && \\
4633
4634
  rm -f /usr/local/lib/ruby/gems/*/specifications/default/erb-*.gemspec \\
4634
4635
  /usr/local/lib/ruby/gems/*/specifications/default/net-imap-*.gemspec \\
@@ -4636,6 +4637,7 @@ RUN apk update && apk upgrade --no-cache && \\
4636
4637
  /usr/local/lib/ruby/gems/*/specifications/default/rexml-*.gemspec \\
4637
4638
  /usr/local/lib/ruby/gems/*/specifications/default/uri-*.gemspec \\
4638
4639
  /usr/local/lib/ruby/gems/*/specifications/default/zlib-*.gemspec && \\
4640
+ apk del .build-deps && \\
4639
4641
  rm -rf /var/cache/apk/*
4640
4642
 
4641
4643
  # Create unprivileged user