Skip to content

Commit

Permalink
Bump golang from 1.16.3-alpine to 1.16.4-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.16.3-alpine to 1.16.4-alpine.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2021
1 parent 7c463a6 commit 6905fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1-experimental

FROM --platform=${BUILDPLATFORM} golang:1.16.3-alpine AS base
FROM --platform=${BUILDPLATFORM} golang:1.16.4-alpine AS base

WORKDIR /workspace
ENV CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1-experimental

FROM --platform=${BUILDPLATFORM} golang:1.16.3-alpine AS base
FROM --platform=${BUILDPLATFORM} golang:1.16.4-alpine AS base

WORKDIR /workspace
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 6905fe2

Please sign in to comment.