Skip to content

Commit

Permalink
Silence the automatic scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay committed Oct 12, 2023
1 parent e6c24cf commit f69ae2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grid/backend/build_tensorstore.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-slim as build
FROM python:3.11-slim as build
RUN apt-get -y update --allow-insecure-repositories
RUN apt-get -y upgrade
RUN apt-get -y dist-upgrade
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/backend/build_tf_compression.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-slim as build
FROM python:3.11-slim as build
RUN apt-get -y update --allow-insecure-repositories
RUN apt-get -y upgrade
RUN apt-get -y dist-upgrade
Expand Down

0 comments on commit f69ae2d

Please sign in to comment.