We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de10634 commit e340f49Copy full SHA for e340f49
.github/workflows/terraform_build.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: "ubuntu-24.04"
9
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v5
12
13
- name: Test with pytest
14
env:
@@ -67,4 +67,4 @@ jobs:
67
AWS_REGION: ${{ secrets.aws_region_dev }}
68
run: |
69
./scripts/infra plan
70
- ./scripts/infra apply
+ ./scripts/infra apply
Dockerfile
@@ -2,7 +2,7 @@
2
ARG ENV
3
ARG PYTHON_VERSION="3.11"
4
ARG USR_LOCAL_BIN=/usr/local/bin
5
-ARG UV_VERSION="0.10.2"
+ARG UV_VERSION="0.9.11"
6
ARG VENV_DIR=/app/.venv
7
FROM --platform=linux/amd64 ubuntu:noble AS build
0 commit comments