Bump golang to 1.18

This commit is contained in:
Xiaonan Shen 2022-10-16 15:04:58 +08:00
parent 0fa5f9fc13
commit 6decf657c2

View File

@ -1,4 +1,4 @@
FROM golang:1.15 AS build FROM golang:1.18 AS build
# Install dependencies # Install dependencies
RUN apt-get update && apt-get install -y libsecret-1-dev RUN apt-get update && apt-get install -y libsecret-1-dev