diff --git a/all-deployments.yaml b/all-deployments.yaml index bc665c1..d6119d3 100644 --- a/all-deployments.yaml +++ b/all-deployments.yaml @@ -22,7 +22,7 @@ spec: volumes: - name: redis-data emptyDir: {} ---- +--- apiVersion: v1 kind: Service metadata: diff --git a/service2/Dockerfile b/service2/Dockerfile index 8315dab..2ca6019 100644 --- a/service2/Dockerfile +++ b/service2/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-buster +FROM python:3.10-slim-bookworm WORKDIR /app diff --git a/service3/Dockerfile b/service3/Dockerfile index 8661acf..77d5adb 100644 --- a/service3/Dockerfile +++ b/service3/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim-buster +FROM python:3.9-slim-bookworm WORKDIR /app