Skip to content

Commit

Permalink
Use Alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySanin committed Nov 1, 2023
1 parent a237e48 commit bf72827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ RUN mkdir -p "/root/Steam/steamapps/common/Rollercoaster Tycoon 2" "/root/Steam/

FROM corysanin/openrct2-cli:develop-alpine AS rct2

FROM node:alpine3.17 as build
FROM node:alpine3.18 as build

WORKDIR /usr/src/screenshotter

COPY ./package*json ./

RUN npm install

FROM node:alpine3.17
FROM node:alpine3.18

EXPOSE 8080

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Docker Pulls](https://img.shields.io/docker/pulls/corysanin/rct-screenshotter)](https://hub.docker.com/r/corysanin/rct-screenshotter)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/CorySanin/rct-screenshotter/docker-image.yml)](https://github.com/CorySanin/rct-screenshotter/actions)
![Depfu](https://img.shields.io/depfu/dependencies/github/CorySanin/rct-screenshotter)
[![GitHub repo size](https://img.shields.io/github/repo-size/CorySanin/rct-screenshotter)](https://github.com/CorySanin/rct-screenshotter)
[![GitHub](https://img.shields.io/github/license/CorySanin/rct-screenshotter)](https://github.com/CorySanin/rct-screenshotter/blob/master/LICENSE)

Expand All @@ -12,6 +11,8 @@ This project is intended to be used as a REST API for projects like [ffa-tycoon]

It uses OpenRCT2 to generate screenshots, and as such is compatible with RCT1, RCT2, and OpenRCT2 save formats.

A demo is available [here](https://screenshot.ffa-tycoon.com/). Expect this free instance to perform slowly.

## API

Submit a multipart post request to /upload with the following fields:
Expand Down

0 comments on commit bf72827

Please sign in to comment.