Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Aug 14, 2023
1 parent 249dbf4 commit b5c6fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand All @@ -14,4 +14,4 @@ RUN cd && mkdir -p /config/custom_components
WORKDIR /workspace

# Set the default shell to bash instead of sh
ENV SHELL /bin/bash
ENV SHELL /bin/bash

0 comments on commit b5c6fb8

Please sign in to comment.