Merge branch 'main' into dependabot/docker/web/alpine-3.18.0

This commit is contained in:
Abhilash Raj
2023-06-15 02:25:21 -07:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.3
# Use 3.15 for Core since it has Python 3.9
FROM alpine:3.17
FROM alpine:3.18
#Add startup script to container
COPY docker-entrypoint.sh /usr/local/bin/

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.3
# Use 3.15 for Core since it has Python 3.9
FROM alpine:3.17
FROM alpine:3.18
#Add startup script to container
COPY docker-entrypoint.sh /usr/local/bin/

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.17.3
FROM alpine:3.18.0
# Add needed files for uwsgi server + settings for django
COPY mailman-web /opt/mailman-web

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.17.3
FROM alpine:3.18.0
# Add needed files for uwsgi server + settings for django
COPY mailman-web /opt/mailman-web