Skip to content

Commit

Permalink
docker image verup
Browse files Browse the repository at this point in the history
- python:3.8.16-slim -> python:3.8.18-slim
  • Loading branch information
tienday committed Dec 21, 2023
1 parent 4faa42c commit e0f08df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion studio/config/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.8.16-slim
FROM --platform=linux/amd64 python:3.8.18-slim

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion studio/config/docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.8.16-slim
FROM --platform=linux/amd64 python:3.8.18-slim

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion studio/config/docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.8.16-slim
FROM --platform=linux/amd64 python:3.8.18-slim

WORKDIR /app

Expand Down

0 comments on commit e0f08df

Please sign in to comment.