Skip to content

Commit

Permalink
Update Dockerfile to latest alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed May 27, 2023
1 parent f84725d commit e0b3022
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

FROM python:3.11.0-alpine3.17
FROM python:3.11.3-alpine3.18

# Build-time flags
ARG WITH_PLUGINS=true
Expand Down Expand Up @@ -54,6 +54,8 @@ RUN \
gcc \
libffi-dev \
musl-dev \
&& \
pip install --no-cache-dir --upgrade pip \
&& \
pip install --no-cache-dir . \
&& \
Expand Down

0 comments on commit e0b3022

Please sign in to comment.