File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- pnpm lint-staged
3+ lint-staged
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ARG DISTRO=focal
66# --------------------------------------
77# base images
88# --------------------------------------
9- FROM ubuntu:focal @sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc as build-focal
10- FROM ubuntu:jammy @sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 as build-jammy
9+ FROM ghcr.io/containerbase/ ubuntu:20.04 @sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc as build-focal
10+ FROM ghcr.io/containerbase/ ubuntu:22.04 @sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 as build-jammy
1111
1212
1313# --------------------------------------
You can’t perform that action at this time.
0 commit comments