Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Aug 12, 2024
1 parent 21e10f3 commit a2d87c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ARG CODE_SERVER_BASE_TAG="latest"
ARG CODE_SERVER_BASE_TAG

FROM codercom/code-server:${CODE_SERVER_BASE_TAG}

ARG GOLANG_VERSION="1.20.4"
ARG NODE_VERSION="18.15.11"
ARG PYTHON_VERSION="3.11.1"
ARG DOCKER_VERSION="20.10.21"
ARG KUBECTL_VERSION="1.26.2"
ARG KUSTMIZE_VERSION="5.0.1"
ARG GOLANG_VERSION
ARG NODE_VERSION
ARG PYTHON_VERSION
ARG DOCKER_VERSION
ARG KUBECTL_VERSION
ARG KUSTMIZE_VERSION

USER 0
RUN apt-get -y update \
Expand Down
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
IMAGE ?= ghcr.io/cosmo-workspace/dev-code-server
VERSION ?= v0.0.2
VERSION ?= v0.0.3

TAG ?= $(VERSION)-$(CODE_SERVER_BASE_TAG)
CODE_SERVER_BASE_TAG ?= 4.13.0
GOLANG_VERSION ?= 1.19.4
NODE_VERSION ?= 18.12.1
PYTHON_VERSION ?= 3.11.1
DOCKER_VERSION ?= 20.10.21
KUBECTL_VERSION ?= 1.26.2
KUSTMIZE_VERSION ?= 5.0.0
CODE_SERVER_BASE_TAG ?= 4.91.1
GOLANG_VERSION ?= 1.22.6
NODE_VERSION ?= 18.20.4
PYTHON_VERSION ?= 3.12.5
DOCKER_VERSION ?= 27.1.1
KUBECTL_VERSION ?= 1.30.3
KUSTMIZE_VERSION ?= 5.4.1

print-% : ; @echo $*=$($*)

Expand Down

0 comments on commit a2d87c7

Please sign in to comment.