Skip to content

Commit

Permalink
fix package names
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Dec 18, 2023
1 parent d792bfb commit 5e1ab1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argo/cluster/misc/vscode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM codercom/code-server:4.19.1

ARG SOPS_VERSION=3.7.3
ARG SOPS_VERSION=3.8.1
ARG GO_VERSION=1.21.5

RUN sudo apt-get update && \
Expand All @@ -17,7 +17,7 @@ RUN sudo apt-get update && \
rsync \
age \
bash-completion \
mysql-client \
default-mysql-client \
redis-tools

RUN curl -O https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \
Expand Down

0 comments on commit 5e1ab1b

Please sign in to comment.