Skip to content

Commit

Permalink
fix: hack/api-docs/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081
  • Loading branch information
snyk-bot committed Jul 23, 2024
1 parent 9e5d797 commit 634efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/api-docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.11
FROM alpine:3.19
COPY requirements.txt /
RUN apk add -U --no-cache \
python3 \
Expand Down

0 comments on commit 634efa9

Please sign in to comment.