mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-19 21:36:40 +00:00
Support 0.8.0-rc2 and 0.7.10
This commit is contained in:
parent
0c52f9d175
commit
91d55c6cf0
@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine as pockethost-buildbox
|
||||
COPY --from=golang:1.19-alpine /usr/local/go/ /usr/local/go/
|
||||
COPY --from=golang:1.19.3-alpine /usr/local/go/ /usr/local/go/
|
||||
ENV PATH="/usr/local/go/bin:${PATH}"
|
||||
RUN apk add python3 py3-pip make gcc musl-dev g++ bash
|
||||
|
@ -4,11 +4,11 @@ import { assertExists } from './assert'
|
||||
export const RELEASES = {
|
||||
ermine: {
|
||||
weight: 1,
|
||||
versions: ['0.7.9', '0.7.8', '0.7.7'],
|
||||
versions: ['0.7.7', '0.7.8', '0.7.9', '0.7.10'],
|
||||
},
|
||||
lollipop: {
|
||||
weight: 2,
|
||||
versions: ['0.8.0-rc1'],
|
||||
versions: ['0.8.0-rc1', '0.8.0-rc2'],
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user