Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
golang: 1.16.x on alpine 3.14 (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
  • Loading branch information
dweomer committed Sep 1, 2021
1 parent 5c7f226 commit 8733bde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ platform:

steps:
- name: prepare
image: library/alpine:3.12
image: library/alpine:3.14
environment:
GOLANG: golang:1.16-alpine3.12
GOLANG: golang:1.16-alpine3.14
IMAGE: drone.cattle.io/rancher/kim
commands:
- "apk --no-cache add docker-cli git"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG=golang:1.16-alpine3.12
ARG GOLANG=golang:1.16-alpine3.14
FROM ${GOLANG} AS base
RUN set -x \
&& apk --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GO_LDFLAGS += -X $(PKG)/pkg/version.Version=$(TAG)
GO_LDFLAGS += -X $(PKG)/pkg/server.DefaultAgentImage=$(REG)/$(ORG)/kim

GO ?= go
GOLANG ?= golang:1.16-alpine3.12
GOLANG ?= golang:1.16-alpine3.14

BIN ?= bin/kim
ifeq ($(GOOS),windows)
Expand Down

0 comments on commit 8733bde

Please sign in to comment.