Skip to content

Commit

Permalink
Merge pull request #79 from VictoriaMetrics/bump-verions
Browse files Browse the repository at this point in the history
deployment/docker: bump node.js, go-lang and alpine versions to the latest
  • Loading branch information
hagen1778 authored Jun 9, 2023
2 parents ddae5da + 90ffe04 commit d3a37a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deployment/docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DOCKER_NAMESPACE := victoriametrics-datasource

ROOT_IMAGE ?= alpine:3.17.0
CERTS_IMAGE := alpine:3.17.0
GO_BUILDER_IMAGE := golang:1.20.2-alpine
ROOT_IMAGE ?= alpine:3.18.0
CERTS_IMAGE := alpine:3.18.0
GO_BUILDER_IMAGE := golang:1.20.4-alpine
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1
BASE_IMAGE := local/base:1.1.3-$(shell echo $(ROOT_IMAGE) | tr :/ __)-$(shell echo $(CERTS_IMAGE) | tr :/ __)

Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.18.1-alpine3.15
FROM node:16.20.0-alpine

RUN apk update && apk upgrade
RUN apk add --update python3 make g++ # for Mac M1 processors
Expand Down

0 comments on commit d3a37a0

Please sign in to comment.