Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 5, 2024
1 parent 853dcdf commit 9dbce27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM python:3.11-slim as builder
FROM python:3.13.0b4-slim as builder
ENV PATH="/root/.local/bin/:$PATH"

RUN apt-get update \
Expand Down Expand Up @@ -40,7 +40,7 @@ COPY playbooks/ /etc/robusta/playbooks/defaults
RUN pip install --no-cache-dir /etc/robusta/playbooks/defaults

# Final stage
FROM python:3.11-slim
FROM python:3.13.0b4-slim

ENV ENV_TYPE=DEV
ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit 9dbce27

Please sign in to comment.