Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit e0cbb91

Browse files
authored
fix: Ubuntu version name typo in Dockerfile (#1185)
'hirsuite' should be 'hirsute'
1 parent 36d591b commit e0cbb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/ubuntu/.devcontainer/base.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Choice] Ubuntu version (use hirsuite or bionic on local arm64/Apple Silicon): hirsute, focal, bionic
1+
# [Choice] Ubuntu version (use hirsute or bionic on local arm64/Apple Silicon): hirsute, focal, bionic
22
ARG VARIANT="focal"
33
FROM buildpack-deps:${VARIANT}-curl
44

@@ -16,4 +16,4 @@ RUN yes | unminimize 2>&1 \
1616

1717
# [Optional] Uncomment this section to install additional OS packages.
1818
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
19-
# && apt-get -y install --no-install-recommends <your-package-list-here>
19+
# && apt-get -y install --no-install-recommends <your-package-list-here>

0 commit comments

Comments
 (0)