Skip to content

Commit 4c272d5

Browse files
committed
feat: use ubuntu proxy image
1 parent 58d7f33 commit 4c272d5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
pnpm lint-staged
3+
lint-staged

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ ARG CONTAINERBASE_VERSION=11.4.0
33

44
FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION} as containerbase
55

6-
FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
6+
FROM ghcr.io/containerbase/ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
77

88
ARG CONTAINERBASE_VERSION
99
ARG APT_HTTP_PROXY
1010

1111
LABEL org.opencontainers.image.source="https://github.com/containerbase/devcontainer" \
1212
org.opencontainers.image.version="${CONTAINERBASE_VERSION}"
1313

14-
# Compatibillity
15-
LABEL org.label-schema.vcs-url="https://github.com/containerbase/devcontainer" \
16-
org.label-schema.version="${CONTAINERBASE_VERSION}"
17-
1814
ARG USER_NAME=vscode
1915
ARG USER_ID=1000
2016
ARG PRIMARY_GROUP_ID=1000

0 commit comments

Comments
 (0)