implement oauth device code 'as if' endpoints
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Utiliser une image officielle de Go pour construire l'application
|
||||
FROM golang:1.20-alpine AS builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
|
||||
# Installer les dépendances pour PostgreSQL
|
||||
RUN apk add --no-cache git
|
||||
|
||||
Reference in New Issue
Block a user