Skip to content

Commit

Permalink
fix(Dockerfile): use existing builder base image (#2390)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
  • Loading branch information
carloschida and zepatrik committed Apr 12, 2022
1 parent 9097a60 commit 37de25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1-experimental
FROM golang:1.18-alpine3.15.4 AS base
FROM golang:1.18-alpine3.15 AS base

RUN apk --no-cache --update-cache --upgrade --latest add build-base git gcc bash

Expand Down

0 comments on commit 37de25a

Please sign in to comment.