mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix(Dockerfile): lock node version to 20.5-alpine
This commit is contained in:
parent
5f0fb23f15
commit
c370a84b8c
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -2,7 +2,8 @@ name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
@ -73,7 +74,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
id: buildx
|
||||
|
||||
- name: login to ghrc.io
|
||||
- name: login to ghcr.io
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/node:alpine as builder
|
||||
FROM docker.io/node:20.5-alpine as builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user