Skip to content

build(deps): bump golang from 1.18-alpine3.17 to 1.21.2-alpine3.17 in /builder/api #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion builder/api/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine3.17 as builder
FROM golang:1.21.2-alpine3.17 as builder

#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
#RUN apk --update add --no-cache build-base
Expand Down