1
0
mirror of https://github.com/etesync/server synced 2025-03-03 09:46:08 +00:00

Update testserver base image

Use Python 3.11.0-alpine image to test the up-to-date dependencies.
This commit is contained in:
Victor R. Santos 2022-12-07 15:49:15 -03:00
parent f9645917d7
commit a48f37c0c9
No known key found for this signature in database
GPG Key ID: 99B41E40D13366A1

View File

@ -1,4 +1,4 @@
FROM python:3.9.0-alpine
FROM python:3.11.0-alpine
ARG ETESYNC_VERSION