Skip to content

Commit

Permalink
Update python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 23, 2023
1 parent 76409cd commit 9300dc2
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,4 +1,4 @@
FROM python:3.8-alpine as builder
FROM python:3.12-alpine as builder

RUN apk add --no-cache \
linux-headers \
Expand All @@ -16,7 +16,7 @@ RUN make deps
COPY . .
RUN make install

FROM python:3.8-alpine
FROM python:3.12-alpine

RUN apk add --no-cache \
tcpdump \
Expand Down

0 comments on commit 9300dc2

Please sign in to comment.