Update Dockerfile to python 3.11-alpine base image

This commit is contained in:
Frank Agerholm 2023-07-11 15:23:12 +00:00
commit 67ac34cd5c

View file

@ -1,5 +1,5 @@
FROM docker.io/library/alpine:latest FROM docker.io/library/python:3.11-alpine
RUN apk update && apk add sshpass openssh-client lftp; rm -f /var/cache/apk/* RUN apk --no-cache add sshpass openssh-client lftp