fix: default value for disable playground

This commit is contained in:
Lakhan Samani
2023-09-09 07:11:13 +05:30
parent fbdc24f314
commit 1d6f569f92
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19.5-alpine as go-builder
FROM golang:1.21.1-alpine as go-builder
WORKDIR /authorizer
COPY server server
COPY Makefile .