Skip to content

Commit dd8c61d

Browse files
committed
Bump Alpine 3.16 deps
1 parent 5132a94 commit dd8c61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ ENV BUILD_PKG="${BUILDPKG}"
4242
# incurs approximately 1:30 extra build time (1:54 vs 0:27) to install packages. Doesn't impact
4343
# development as these layers are drawn from cache after the first build.
4444
RUN apk update \
45-
&& apk add musl-dev=1.1.24-r10 \
46-
&& apk add gcc=9.3.0-r2
45+
&& apk add musl-dev=1.2.3-r2 \
46+
&& apk add gcc=11.2.1_git20220219-r2
4747

4848
# Set up source for compilation
4949
RUN mkdir -p /go/src/github.com/go-spatial/tegola

0 commit comments

Comments
 (0)