Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Zwerschke <[email protected]>
  • Loading branch information
lkuchenb and Cito authored Aug 6, 2024
1 parent 1178d28 commit 1821cb0
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
Expand Up @@ -15,8 +15,7 @@

# BASE: a base image with updated packages
FROM python:3.12-alpine AS base
RUN apk update
RUN apk upgrade --available
RUN apk upgrade --no-cache --available

# BUILDER: a container to build the service wheel
FROM base AS builder
Expand Down

0 comments on commit 1821cb0

Please sign in to comment.