Skip to content

Commit

Permalink
fix: update vs-code server
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Sep 27, 2023
1 parent f6d86f4 commit 7c81b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions official-templates/vscode-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update -y && \
nginx \
tzdata \
expect \
ca-certificates \
openssh-server \
build-essential \
python3.10-dev python3.10-venv \
Expand Down
2 changes: 1 addition & 1 deletion official-templates/vscode-server/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "RELEASE" {
default = "0.1.1"
default = "0.1.2"
}

variable "IMAGE_NAME" {
Expand Down

0 comments on commit 7c81b62

Please sign in to comment.