Skip to content

Commit

Permalink
fix: modules/openapi-generator/src/main/resources/ruby-sinatra-server…
Browse files Browse the repository at this point in the history
…/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410
- https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent 0b37b59 commit 2790ef6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Build libraries
FROM ruby:3.0-alpine as rubydev
FROM ruby:3.3.5-alpine as rubydev

## for thin or falcon
#RUN apk --no-cache add make g++ libc-dev
Expand All @@ -13,7 +13,7 @@ RUN bundle config set path lib
RUN bundle install

## Build Runtime image
FROM ruby:3.0-alpine
FROM ruby:3.3.5-alpine

RUN apk --no-cache add tzdata ## ca-certificates

Expand Down

0 comments on commit 2790ef6

Please sign in to comment.