···11-FROM golang:1.21-bullseye AS build-env
11+FROM golang:1.22-bullseye AS build-env
2233WORKDIR /usr/src/social-app
44
+1-1
bskyweb/README.md
···24242525### Golang Daemon
26262727-Install golang. We are generally using v1.21+.
2727+Install golang. We are generally using v1.22+.
28282929In this directory (`bskyweb/`):
3030
+6
bskyweb/cmd/bskyweb/main.go
···4141 EnvVars: []string{"ATP_APPVIEW_HOST", "ATP_PDS_HOST"},
4242 },
4343 &cli.StringFlag{
4444+ Name: "ogcard-host",
4545+ Usage: "scheme, hostname, and port of ogcard service",
4646+ Required: false,
4747+ EnvVars: []string{"OGCARD_HOST"},
4848+ },
4949+ &cli.StringFlag{
4450 Name: "http-address",
4551 Usage: "Specify the local IP/port to bind to",
4652 Required: false,