Skip to content

Commit

Permalink
Bump Alpine 3.16 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Nov 23, 2022
1 parent 5132a94 commit dd8c61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ ENV BUILD_PKG="${BUILDPKG}"
# incurs approximately 1:30 extra build time (1:54 vs 0:27) to install packages. Doesn't impact
# development as these layers are drawn from cache after the first build.
RUN apk update \
&& apk add musl-dev=1.1.24-r10 \
&& apk add gcc=9.3.0-r2
&& apk add musl-dev=1.2.3-r2 \
&& apk add gcc=11.2.1_git20220219-r2

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

0 comments on commit dd8c61d

Please sign in to comment.