Skip to content

Commit

Permalink
use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangs committed Apr 4, 2024
1 parent 9595327 commit 84a5731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.12.2-bookworm
ARG SDF_VERSION=0.1.184
ARG SDF_VERSION=0.1.192

# Install dependencies
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.normal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.12.2-bookworm
ARG SDF_VERSION=0.1.170
ARG SDF_VERSION=0.1.192

# Install dependencies
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 84a5731

Please sign in to comment.