Skip to content

Commit fc5e392

Browse files
committed
rebase off new base build
1 parent 28f0695 commit fc5e392

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/iac/.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM ianepreston/base-arch-devcontainer:latest
33

44
USER root
55
# Install packages
6-
RUN pacman -S --noconfirm \
6+
RUN pacman -Syu --noconfirm && \
7+
pacman -S --noconfirm \
78
ansible \
89
terraform \
910
kubectl \
@@ -24,4 +25,4 @@ USER arch
2425
RUN echo y | LANG=C yay -S --provides=false --answerdiff None --answerclean None --mflags "--noconfirm" azure-cli
2526

2627
# Install databricks cli
27-
RUN echo y | LANG=C yay -S --provides=false --answerdiff None --answerclean None --mflags "--noconfirm" databricks-cli-bin
28+
RUN echo y | LANG=C yay -S --provides=false --answerdiff None --answerclean None --mflags "--noconfirm" databricks-cli-bin

src/iac/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2024.2.22",
2+
"version": "2024.2.26",
33
"variants": ["rolling"],
44
"build": {
55
"latest": "rolling",

0 commit comments

Comments
 (0)