repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
2f441a5
parent
1177664
author
Eric Bower
date
2024-07-12 17:01:41 -0400 EDT
fix(bouncer): update go to 1.22
1 files changed,  +1, -1
M bouncer/Dockerfile
+1, -1
1@@ -1,4 +1,4 @@
2-FROM golang:1.19-alpine as builder
3+FROM golang:1.22-alpine as builder
4 
5 WORKDIR /app
6