diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-02 22:29:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-02 22:29:49 +0000 |
commit | 6ab6bc614a66f0c0835f89de3e8fb4ffaa1b7dcc (patch) | |
tree | 8dfbe2a39d740415b76a3cb48a4e24ca500935c9 | |
parent | d6cfdf476b592ea66d70a03ad2f0c8a8edebd17f (diff) |
build(deps): bump golang from 1.18-alpine to 1.19.0-alpine
Bumps golang from 1.18-alpine to 1.19.0-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Image page: <https://hub.docker.com/_/golang> -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.18-alpine as builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.19.0-alpine as builder # app version and build date must be passed during image building (version without any prefix). # e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .` |