Update dependencies.

This commit is contained in:
Naoki Kosaka
2022-11-05 04:49:55 +09:00
parent 3436376bbf
commit f69286556e
4 changed files with 167 additions and 249 deletions

View File

@ -1,4 +1,4 @@
FROM golang:alpine AS build
FROM golang:1.19-alpine AS build
WORKDIR /Activity-Relay
COPY . /Activity-Relay