Skip to content

Commit d3a3ad5

Browse files
authored
Merge branch 'develop' into feature/release-notes-1.62
2 parents 0222c6f + d907610 commit d3a3ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG --global --required HARBOR_DOCKER_REGISTRY
44
ARG --global --required RAW_REGISTRY_SNAPSHOTS
55

66
build:
7-
FROM python:3.14.2-alpine
7+
FROM python:3.14.3-alpine
88
DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE
99

1010
COPY requirements.txt .
@@ -30,7 +30,7 @@ build:
3030
SAVE ARTIFACT site
3131

3232
image:
33-
FROM nginxinc/nginx-unprivileged:1.29.3-alpine
33+
FROM nginxinc/nginx-unprivileged:1.29.5-alpine
3434
COPY fs /
3535
COPY --pass-args +build/site/ /usr/share/nginx/html/
3636

0 commit comments

Comments
 (0)