Skip to content

Commit

Permalink
chore: Use Postgres alpine as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed Oct 9, 2023
1 parent b0eeb81 commit 756e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.21-alpine3.18
ARG FROM_IMAGE=alpine:3.18
ARG FROM_IMAGE=postgres:alpine3.18

FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder

Expand Down

0 comments on commit 756e278

Please sign in to comment.