Skip to content

Commit b4b559d

Browse files
committed
Simplified Python version in producer and consumer Dockerfiles.
1 parent 220f0d0 commit b4b559d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

consumer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.9-alpine3.22
1+
FROM python:3.13-alpine3.22
22

33
WORKDIR /app
44

producer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.9-alpine3.22
1+
FROM python:3.13-alpine3.22
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)