mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update Alpine Dockerfile to use Alpine 3.17 (#2277)
* Update Alpine Dockerfile to use Alpine 3.17 * Update golang version to use Golang 1.19
This commit is contained in:
parent
ad20628dbe
commit
54e1ab0c16
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# -*-Dockerfile-*-
|
||||
|
||||
ARG ALPINE_VERSION=3.16
|
||||
ARG GO_VERSION=1.17
|
||||
ARG ALPINE_VERSION=3.17
|
||||
ARG GO_VERSION=1.19
|
||||
ARG GOSU_VERSION=1.14
|
||||
|
||||
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder-gosu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue