Support 0.8.0-rc2 and 0.7.10

This commit is contained in:
Ben Allfree 2022-11-02 14:38:20 -07:00
parent 0c52f9d175
commit 91d55c6cf0
3 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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'],
},
}

View File

@ -132,7 +132,13 @@ open https://pockethost.io
**next**
- [] Docker build system updates
- []
**0.4.1**
- [x] Support for 0.7.10 and 0.8.0-rc2
- [x] Update to go 1.19.3
- [x] Docker build system updates
**0.4.0**