Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#59)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754
  • Loading branch information
snyk-bot authored Aug 15, 2021
1 parent 745d97d commit f6257d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.7-alpine
FROM ruby:2.6-alpine

ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.11/supercronic-linux-amd64 \
SUPERCRONIC=supercronic-linux-amd64 \
Expand Down

0 comments on commit f6257d2

Please sign in to comment.