Skip to content

Commit

Permalink
Updated go version in Dockerfile to what I've been testing with locally
Browse files Browse the repository at this point in the history
  • Loading branch information
eldang committed Nov 20, 2023
1 parent ec23e15 commit b99cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lightweight Alpine-based pg_tileserv Docker Image
# Author: Just van den Broecke
FROM golang:1.19.4-alpine3.17
FROM golang:1.21.3-alpine3.17

# Build ARGS
ARG VERSION="latest-alpine-3.17"
Expand Down

0 comments on commit b99cfc5

Please sign in to comment.