fix: Added missing prefix to base image extensions
Some checks failed
Build and Push Dev Containers / build (push) Failing after 1m46s

This commit is contained in:
2025-07-04 19:21:26 +01:00
parent 12f5f4788e
commit 5e63706aa4
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM base:latest FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
go go

View File

@ -1,4 +1,4 @@
FROM base:latest FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
nodejs \ nodejs \

View File

@ -1,4 +1,4 @@
FROM base:latest FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
python3 \ python3 \

View File

@ -1,4 +1,4 @@
FROM base:latest FROM git.luke-else.co.uk/luke-else/base:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
rust \ rust \