Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.ftest.wolfi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/wolfi/python:3.11-dev@sha256:1087eb8ae370d98fbc631694009dd2c39c9848055a68e44ef5a804e772df94cf
FROM docker.elastic.co/wolfi/python:3.11-dev@sha256:6772998d0891abdf57cdd2d90f99fed76d1657208f618e3158f5b6516b549fb3
USER root
COPY . /connectors
WORKDIR /connectors
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.wolfi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/wolfi/python:3.11-dev@sha256:1087eb8ae370d98fbc631694009dd2c39c9848055a68e44ef5a804e772df94cf
FROM docker.elastic.co/wolfi/python:3.11-dev@sha256:6772998d0891abdf57cdd2d90f99fed76d1657208f618e3158f5b6516b549fb3
USER root
COPY . /app
WORKDIR /app
Expand Down