Skip to content

Commit

Permalink
#29 Updating postgres library driver
Browse files Browse the repository at this point in the history
  • Loading branch information
raoptimus committed Nov 27, 2022
1 parent f176163 commit 34b3c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ APTLY_PREFIX ?= $(shell [[ ${GIT_BRANCH} == "master" ]] && echo "stable" || echo
PACKAGE_FILE = "$(PKG_NAME)-$(VERSION).deb"
PKG_WORKDIR = "${BUILD_DIR}/${PKG_NAME}-${VERSION}"
DOCKER_ID_USER = raoptimus
DOCKER_PASS ?= ""
DOCKER_IMAGE = "${PKG_NAME}"

help:
Expand All @@ -29,7 +30,9 @@ help:
@echo "GIT_COMMIT: ${GIT_COMMIT}"

build-docker-image:
@docker login -u "${DOCKER_ID_USER}" -p "${DOCKER_PASS}" docker.io
@docker build \
--platform linux/x86_64 \
--build-arg VERSION=${VERSION} \
--build-arg GIT_BRANCH=${GIT_BRANCH} \
--build-arg GIT_COMMIT=${GIT_COMMIT} \
Expand Down
2 changes: 1 addition & 1 deletion docker/image/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine3.12 as build
FROM golang:1.19-alpine3.16 as build

RUN apk add --update make git bash file

Expand Down

0 comments on commit 34b3c31

Please sign in to comment.