Skip to content

Commit

Permalink
Chore/updates (#13)
Browse files Browse the repository at this point in the history
* chore(python): 3.11.6-alpine3.18 -> 3.11.7-alpine3.19

* chore(glueops-helpers): v0.2.0 -> v0.4.1
  • Loading branch information
fernandoataoldotcom authored Dec 18, 2023
1 parent 5647b82 commit 4156100
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 @@
# Use an official Python runtime as the parent image
FROM python:3.11.6-alpine3.18
FROM python:3.11.7-alpine3.19

# Set the working directory in the container to /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
smart-open==6.4.0
glueops-helpers @ https://github.com/GlueOps/python-glueops-helpers-library/archive/refs/tags/v0.2.0.zip
glueops-helpers @ https://github.com/GlueOps/python-glueops-helpers-library/archive/refs/tags/v0.4.1.zip

0 comments on commit 4156100

Please sign in to comment.