Skip to content

Commit

Permalink
Merge pull request #165 from kiwigrid/issue164-update-packages
Browse files Browse the repository at this point in the history
run `apk upgrade` in Dockerfile.
  • Loading branch information
jekkel authored Feb 21, 2022
2 parents d5c2802 + 72cbae4 commit 85df71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.10.2-alpine as base
RUN apk upgrade --no-cache

FROM base as builder
WORKDIR /app
Expand Down

0 comments on commit 85df71f

Please sign in to comment.