Skip to content

Commit

Permalink
Merge pull request #382 from ms-xiaoy/master
Browse files Browse the repository at this point in the history
#patch upgrade python:alpine3.20 to python:alpine3.21 to fix vulnerabilities
  • Loading branch information
ChristianGeie authored Dec 17, 2024
2 parents b847cd3 + fd9796a commit f3d3206
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 python:alpine3.20 AS base
FROM python:alpine3.21 AS base

FROM base AS builder
WORKDIR /app
Expand Down

0 comments on commit f3d3206

Please sign in to comment.