Skip to content

Commit

Permalink
Revert python version back to 3.11 (#1688)
Browse files Browse the repository at this point in the history
Revert changes from #1681
  • Loading branch information
hogo6002 authored Oct 3, 2023
1 parent 1b835e8 commit b4cdcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.12-slim
FROM python:3.11-slim

# TODO(ochang): Just copy the entire project (needs a clean checkout).
COPY setup.py Pipfile* README.md /osv/
Expand Down

0 comments on commit b4cdcdf

Please sign in to comment.