Browse Source

Dockerfile: un-pin alpine version

tags/v2.10.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
6bd94391ef
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,5 +1,5 @@
1 1
 ## build ergo binary
2
-FROM golang:1.18-alpine3.13 AS build-env
2
+FROM golang:1.18-alpine AS build-env
3 3
 
4 4
 RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make git
5 5
 

Loading…
Cancel
Save