Skip to content

Commit a6f58a7

Browse files
authored
Merge pull request #1 from plotly/upgrade-alpine-base
fix: upgrade alpine base image to supported version
2 parents f00b4fc + 273cb8b commit a6f58a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=registry.opensource.zalan.do/library/alpine-3.15:latest
1+
ARG BASE_IMAGE=registry.opensource.zalan.do/library/alpine-3:latest
22
ARG VERSION=latest
33

44
FROM ubuntu:20.04 as builder

0 commit comments

Comments
 (0)