Skip to content

Commit

Permalink
Merge pull request #68 from suborbital/rc-v0.0.16
Browse files Browse the repository at this point in the history
Alpha-16
  • Loading branch information
cohix authored Jun 15, 2021
2 parents bd869fa + 5a35f05 commit 7e4f866
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15 as builder
FROM golang:1.16 as builder

RUN mkdir -p /root/github.com/suborbital/subo
WORKDIR /root/github.com/suborbital/subo
Expand Down
2 changes: 1 addition & 1 deletion builders/rust/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rs-img = suborbital/builder-rs:$(shell cat ../builder-ver)
rs-img = suborbital/builder-rs:$(shell cat ../.builder-ver)

builder/rs: subo/docker
docker build ../../ -f ./Dockerfile -t $(rs-img)
Expand Down
2 changes: 1 addition & 1 deletion builders/swift/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
swift-img = suborbital/builder-swift:$(shell cat ../builder-ver)
swift-img = suborbital/builder-swift:$(shell cat ../.builder-ver)

builder/swift:
docker build ../../ -f ./Dockerfile -t $(swift-img)
Expand Down
1 change: 1 addition & 0 deletions changelogs/v0.0.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Subo Alpha-16 brings support for AssemblyScript, and some under-the-hood changes to support future Atmo features.

0 comments on commit 7e4f866

Please sign in to comment.