Skip to content

Commit

Permalink
Bumps Alpine to 3.17.2 and coder-server to 1.75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raonigabriel committed Feb 13, 2023
1 parent 897ef81 commit d07eec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This is a hack to setup alternate architecture names
# For this to work, it needs to be built using docker 'buildx'
FROM ghcr.io/raonigabriel/coder-core:1.0.3 AS linux-amd64
FROM ghcr.io/raonigabriel/coder-core:1.0.4 AS linux-amd64
ARG ALT_ARCH=x64

FROM ghcr.io/raonigabriel/coder-core:1.0.3 AS linux-arm64
FROM ghcr.io/raonigabriel/coder-core:1.0.4 AS linux-arm64
ARG ALT_ARCH=arm64

# This inherits from the hack above
FROM ${TARGETOS}-${TARGETARCH} AS builder
ARG TARGETARCH
ARG CLOUDFLARE_VERSION=2023.2.1
ARG OPENVSCODE_VERSION=v1.75.0
ARG OPENVSCODE_VERSION=v1.75.1

# Install npm, nodejs and some tools required to build native node modules
USER root
Expand Down

0 comments on commit d07eec2

Please sign in to comment.