mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Dockerfile: fix alpine version
The go1.20 image is not published with alpine 3.15; updating the version. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
06ab7b77b1
commit
ed600c7116
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
ARG BASE_IMAGE_BUILDER=golang
|
||||
ARG ALPINE_VERSION=3.15
|
||||
ARG ALPINE_VERSION=3.19
|
||||
ARG GO_VERSION=1.20
|
||||
|
||||
FROM ${BASE_IMAGE_BUILDER}:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue