Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/web/alpine-3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking authored Jun 15, 2023
2 parents a5601ea + 8a73398 commit 552fae1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion core/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion postorius/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postorius/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 552fae1

Please sign in to comment.