Skip to content

Commit

Permalink
Merge pull request #169 from kiwigrid/dependabot/docker/python-3.10.3…
Browse files Browse the repository at this point in the history
…-alpine

Bump python from 3.10.2-alpine to 3.10.3-alpine
#patch
  • Loading branch information
jekkel authored Mar 18, 2022
2 parents fa4dad0 + 05825f2 commit 0857963
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:3.10.2-alpine as base
RUN apk upgrade --no-cache
FROM python:3.10.3-alpine as base

FROM base as builder
WORKDIR /app
Expand Down

0 comments on commit 0857963

Please sign in to comment.